Searched refs:THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | asm_support.h | 92 #define THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET (THREAD_ROSALLOC_RUNS_OFFSET + 16 * __SIZEOF_POINTER__) macro 93 ADD_TEST_EQ(THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET,
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1181 ldr r3, [r9, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET] // Check if the thread local 1230 ldr r1, [r9, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET] 1232 str r1, [r9, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET]
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1017 movl THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET(%ebx), %ecx 1061 movl THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET(%ebx), %eax 1064 movl %eax, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET(%ebx)
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1703 ldr x3, [xSELF, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET] // Check if the thread local 1752 ldr x1, [xSELF, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET] 1754 str x1, [xSELF, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET]
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1042 movq THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET(%r8), %rcx // rcx = alloc stack top. 1073 movq %rcx, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET(%r8)
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1682 ld $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation stack 1727 sd $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1)
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1757 lw $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation 1803 sw $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1)
|