Home
last modified time | relevance | path

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

/art/runtime/
Dasm_support.h196 #define ART_METHOD_QUICK_CODE_OFFSET_64 48 in CheckAsmSupportOffsetsAndSizes() macro
197 ADD_TEST_EQ(ART_METHOD_QUICK_CODE_OFFSET_64, in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S676 ld $t9, ART_METHOD_QUICK_CODE_OFFSET_64($a0) # get pointer to the code
778 ld $t9, ART_METHOD_QUICK_CODE_OFFSET_64($a0) # get pointer to the code
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S525 call *ART_METHOD_QUICK_CODE_OFFSET_64(%rdi) // Call the method.
618 call *ART_METHOD_QUICK_CODE_OFFSET_64(%rdi) // Call the method.
/art/runtime/mirror/
Dobject_test.cc82 EXPECT_EQ(ART_METHOD_QUICK_CODE_OFFSET_64, in TEST_F()
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S591 ldr x9, [x0, #ART_METHOD_QUICK_CODE_OFFSET_64]