Searched refs:THREAD_ROSALLOC_RUNS_OFFSET (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | asm_support.h | 88 #define THREAD_ROSALLOC_RUNS_OFFSET (THREAD_ALT_IBASE_OFFSET + __SIZEOF_POINTER__) macro 89 ADD_TEST_EQ(THREAD_ROSALLOC_RUNS_OFFSET, 92 #define THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET (THREAD_ROSALLOC_RUNS_OFFSET + 16 * __SIZEOF_POINTER__) 96 #define THREAD_LOCAL_ALLOC_STACK_END_OFFSET (THREAD_ROSALLOC_RUNS_OFFSET + 17 * __SIZEOF_POINTER__)
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1207 ldr r12, [r12, #(THREAD_ROSALLOC_RUNS_OFFSET - __SIZEOF_POINTER__)]
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1060 movq (THREAD_ROSALLOC_RUNS_OFFSET - __SIZEOF_POINTER__)(%r8, %rax, __SIZEOF_POINTER__), %r9
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1033 movl (THREAD_ROSALLOC_RUNS_OFFSET - __SIZEOF_POINTER__)(%ebx, %ecx, __SIZEOF_POINTER__), %ebx
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1728 ldr x4, [x4, #(THREAD_ROSALLOC_RUNS_OFFSET - __SIZEOF_POINTER__)]
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1702 ld $t2, (THREAD_ROSALLOC_RUNS_OFFSET - __SIZEOF_POINTER__)($t2) # Load rosalloc run (t2).
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1777 lw $t2, (THREAD_ROSALLOC_RUNS_OFFSET - __SIZEOF_POINTER__)($t2) # Load rosalloc run (t2).
|