Home
last modified time | relevance | path

Searched refs:ROSALLOC_SLOT_NEXT_OFFSET (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dasm_support.h387 #define ROSALLOC_SLOT_NEXT_OFFSET 0 in CheckAsmSupportOffsetsAndSizes() macro
388 ADD_TEST_EQ(ROSALLOC_SLOT_NEXT_OFFSET, in CheckAsmSupportOffsetsAndSizes()
391 ADD_TEST_EQ(ROSALLOC_SLOT_NEXT_OFFSET, MIRROR_OBJECT_CLASS_OFFSET) in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S873 movq ROSALLOC_SLOT_NEXT_OFFSET(%rax), %rcx
879 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S882 movl ROSALLOC_SLOT_NEXT_OFFSET(%eax), %edi
890 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1612 ldr x1, [x3, #ROSALLOC_SLOT_NEXT_OFFSET] // Load the next pointer of the head
1620 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1583 ld $a5, ROSALLOC_SLOT_NEXT_OFFSET($v0)
1589 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1051 ldr r1, [r3, #ROSALLOC_SLOT_NEXT_OFFSET] // Load the next pointer of the head
1059 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET