Home
last modified time | relevance | path

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

/art/runtime/generated/
Dasm_support_gen.h67 #define ART_METHOD_QUICK_CODE_OFFSET_32 24 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.S662 call *ART_METHOD_QUICK_CODE_OFFSET_32(%eax) // call the method
779 call *ART_METHOD_QUICK_CODE_OFFSET_32(%eax) // call the method
1826 jmp *ART_METHOD_QUICK_CODE_OFFSET_32(%eax)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1215 lw $t9, ART_METHOD_QUICK_CODE_OFFSET_32($a0) # get pointer to the code
2167 lw $t9, ART_METHOD_QUICK_CODE_OFFSET_32($a0)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1654 ldr pc, [r0, #ART_METHOD_QUICK_CODE_OFFSET_32]