Searched refs:METHOD_QUICK_CODE_OFFSET (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Dasm_support.h49 #define METHOD_QUICK_CODE_OFFSET 48 macro
52 #define METHOD_QUICK_CODE_OFFSET 40 macro
73 #define METHOD_QUICK_CODE_OFFSET 56 macro
/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S484 call *METHOD_QUICK_CODE_OFFSET(%rdi) // Call the method.
567 call *METHOD_QUICK_CODE_OFFSET(%rdi) // Call the method.
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S510 lw $t9, METHOD_QUICK_CODE_OFFSET($a0) # get pointer to the code
/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S295 call *METHOD_QUICK_CODE_OFFSET(%eax) // call the method
/art/runtime/mirror/
H A Dobject_test.cc96 EXPECT_EQ(METHOD_QUICK_CODE_OFFSET, ArtMethod::EntryPointFromQuickCompiledCodeOffset().Int32Value());
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S325 ldr ip, [r0, #METHOD_QUICK_CODE_OFFSET] @ get pointer to the code
/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S553 // load method-> METHOD_QUICK_CODE_OFFSET
554 ldr x9, [x0 , #METHOD_QUICK_CODE_OFFSET]

Completed in 147 milliseconds