Home
last modified time | relevance | path

Searched refs:artNterpAsmInstructionStart (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/mterp/
Dnterp_stub.cc52 extern "C" void* artNterpAsmInstructionStart[] = { nullptr };
Dnterp.h22 extern "C" void* artNterpAsmInstructionStart[];
Dnterp.cc77 reinterpret_cast<uintptr_t>(artNterpAsmInstructionStart); in CheckNterpAsmConstants()
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S1560 adr xIBASE, artNterpAsmInstructionStart
2136 .type artNterpAsmInstructionStart, #function
2137 .hidden artNterpAsmInstructionStart
2138 .global artNterpAsmInstructionStart symbol
2139 artNterpAsmInstructionStart = .L_op_nop define
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S1473 leaq artNterpAsmInstructionStart(%rip), rIBASE