Home
last modified time | relevance | path

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

/art/runtime/generated/
Dasm_support_gen.h67 #define ART_METHOD_QUICK_CODE_OFFSET_32 28 macro
68 DEFINE_CHECK_EQ(static_cast<int32_t>(ART_METHOD_QUICK_CODE_OFFSET_32), (static_cast<int32_t>(art::A…
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S661 call *ART_METHOD_QUICK_CODE_OFFSET_32(%eax) // call the method
778 call *ART_METHOD_QUICK_CODE_OFFSET_32(%eax) // call the method
1798 jmp *ART_METHOD_QUICK_CODE_OFFSET_32(%eax)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1157 lw $t9, ART_METHOD_QUICK_CODE_OFFSET_32($a0) # get pointer to the code
1760 lw $t9, ART_METHOD_QUICK_CODE_OFFSET_32($a0)
/art/runtime/mirror/
Dobject_test.cc89 EXPECT_EQ(ART_METHOD_QUICK_CODE_OFFSET_32, in TEST_F()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1486 ldr pc, [r0, #ART_METHOD_QUICK_CODE_OFFSET_32]