Home
last modified time | relevance | path

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

/art/runtime/generated/
Dasm_support_gen.h133 #define ROSALLOC_SLOT_NEXT_OFFSET 0 macro
134 DEFINE_CHECK_EQ(static_cast<int32_t>(ROSALLOC_SLOT_NEXT_OFFSET), (static_cast<int32_t>((art::gc::al…
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1147 ldr r1, [r3, #ROSALLOC_SLOT_NEXT_OFFSET] // Load the next pointer of the head
1155 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1072 movq ROSALLOC_SLOT_NEXT_OFFSET(%rax), %rcx
1078 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1575 ld $a5, ROSALLOC_SLOT_NEXT_OFFSET($v0)
1581 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1619 lw $t5, ROSALLOC_SLOT_NEXT_OFFSET($v0)
1625 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1038 movl ROSALLOC_SLOT_NEXT_OFFSET(%ecx), %edx
1046 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1677 ldr x1, [x3, #ROSALLOC_SLOT_NEXT_OFFSET] // Load the next pointer of the head
1685 #if ROSALLOC_SLOT_NEXT_OFFSET != MIRROR_OBJECT_CLASS_OFFSET