Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.h24 extern "C" void* artNterpAsmInstructionStart[];
Dnterp.cc111 reinterpret_cast<uintptr_t>(artNterpAsmInstructionStart); in CheckNterpAsmConstants()
/art/runtime/interpreter/mterp/riscv64/
Dmain.S558 la xIBASE, artNterpAsmInstructionStart
712 .type artNterpAsmInstructionStart, @function
713 .hidden artNterpAsmInstructionStart
714 .global artNterpAsmInstructionStart symbol
715 artNterpAsmInstructionStart = .L_op_nop define
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S1726 adr xIBASE, artNterpAsmInstructionStart
1960 .type artNterpAsmInstructionStart, #function
1961 .hidden artNterpAsmInstructionStart
1962 .global artNterpAsmInstructionStart symbol
1963 artNterpAsmInstructionStart = .L_op_nop define
/art/runtime/interpreter/mterp/x86ng/
Dmain.S204 addl MACRO_LITERAL(SYMBOL(artNterpAsmInstructionStart) - 0b), rIBASE
213 addl MACRO_LITERAL(SYMBOL(artNterpAsmInstructionStart) - 0b), rIBASE
/art/runtime/interpreter/mterp/armng/
Dmain.S1729 adr rIBASE, artNterpAsmInstructionStart
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S1838 leaq artNterpAsmInstructionStart(%rip), rIBASE