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.h321 #define ART_METHOD_QUICK_CODE_OFFSET_64 48 in CheckAsmSupportOffsetsAndSizes() macro
322 ADD_TEST_EQ(ART_METHOD_QUICK_CODE_OFFSET_64, in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S524 call *ART_METHOD_QUICK_CODE_OFFSET_64(%rdi) // Call the method.
617 call *ART_METHOD_QUICK_CODE_OFFSET_64(%rdi) // Call the method.
1353 jmp *ART_METHOD_QUICK_CODE_OFFSET_64(%rdi)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S806 ld $t9, ART_METHOD_QUICK_CODE_OFFSET_64($a0) # get pointer to the code
908 ld $t9, ART_METHOD_QUICK_CODE_OFFSET_64($a0) # get pointer to the code
1715 ld $t9, ART_METHOD_QUICK_CODE_OFFSET_64($a0)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S559 ldr x9, [x0, #ART_METHOD_QUICK_CODE_OFFSET_64]
1846 ldr xIP0, [x0, #ART_METHOD_QUICK_CODE_OFFSET_64]
/art/runtime/mirror/
Dobject_test.cc82 EXPECT_EQ(ART_METHOD_QUICK_CODE_OFFSET_64, in TEST_F()