Home
last modified time | relevance | path

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

/art/runtime/generated/
Dasm_support_gen.h63 #define ART_METHOD_JNI_OFFSET_32 20 macro
64 DEFINE_CHECK_EQ(static_cast<int32_t>(ART_METHOD_JNI_OFFSET_32), (static_cast<int32_t>(art::ArtMetho…
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1599 ldr r2, [r0, #ART_METHOD_JNI_OFFSET_32] // Load ImtConflictTable
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1803 pushl ART_METHOD_JNI_OFFSET_32(%eax) // Push ImtConflictTable.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2137 lw $s3, ART_METHOD_JNI_OFFSET_32($a0) # $s3 = ImtConflictTable (callee-saved).