Home
last modified time | relevance | path

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

/art/runtime/
Dasm_support.h317 #define ART_METHOD_QUICK_CODE_OFFSET_32 32 in CheckAsmSupportOffsetsAndSizes() macro
318 ADD_TEST_EQ(ART_METHOD_QUICK_CODE_OFFSET_32, in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S511 call *ART_METHOD_QUICK_CODE_OFFSET_32(%eax) // call the method
628 call *ART_METHOD_QUICK_CODE_OFFSET_32(%eax) // call the method
1483 jmp *ART_METHOD_QUICK_CODE_OFFSET_32(%eax)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S721 lw $t9, ART_METHOD_QUICK_CODE_OFFSET_32($a0) # get pointer to the code
849 lw $t9, ART_METHOD_QUICK_CODE_OFFSET_32($a0) # get pointer to the code
1697 lw $t9, ART_METHOD_QUICK_CODE_OFFSET_32($a0)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S445 ldr ip, [r0, #ART_METHOD_QUICK_CODE_OFFSET_32] @ get pointer to the code
1292 ldr pc, [r0, #ART_METHOD_QUICK_CODE_OFFSET_32]
/art/runtime/mirror/
Dobject_test.cc80 EXPECT_EQ(ART_METHOD_QUICK_CODE_OFFSET_32, in TEST_F()