Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/mterp/
H A Dnterp_stub.cc49 extern "C" void* artNterpAsmInstructionStart[] = { nullptr };
H A Dnterp.h22 extern "C" void* artNterpAsmInstructionStart[];
H A Dnterp.cc65 reinterpret_cast<uintptr_t>(artNterpAsmInstructionStart); in CheckNterpAsmConstants()
/aosp12/art/runtime/interpreter/mterp/arm64ng/
H A Dmain.S1672 adr xIBASE, artNterpAsmInstructionStart
1914 .type artNterpAsmInstructionStart, #function
1915 .hidden artNterpAsmInstructionStart
1916 .global artNterpAsmInstructionStart
1917 artNterpAsmInstructionStart = .L_op_nop define
/aosp12/art/runtime/interpreter/mterp/armng/
H A Dmain.S1696 adr rIBASE, artNterpAsmInstructionStart
/aosp12/art/runtime/interpreter/mterp/x86_64ng/
H A Dmain.S1809 leaq artNterpAsmInstructionStart(%rip), rIBASE