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.h192 #define ART_METHOD_QUICK_CODE_OFFSET_32 36 in CheckAsmSupportOffsetsAndSizes() macro
193 ADD_TEST_EQ(ART_METHOD_QUICK_CODE_OFFSET_32, in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S480 call *ART_METHOD_QUICK_CODE_OFFSET_32(%eax) // call the method
597 call *ART_METHOD_QUICK_CODE_OFFSET_32(%eax) // call the method
/art/runtime/mirror/
Dobject_test.cc80 EXPECT_EQ(ART_METHOD_QUICK_CODE_OFFSET_32, in TEST_F()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S426 ldr ip, [r0, #ART_METHOD_QUICK_CODE_OFFSET_32] @ get pointer to the code
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S529 lw $t9, ART_METHOD_QUICK_CODE_OFFSET_32($a0) # get pointer to the code