Home
last modified time | relevance | path

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

/art/runtime/
Dasm_support.h92 #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/
Dquick_entrypoints_arm.S1181 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/
Dquick_entrypoints_x86.S1017 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/
Dquick_entrypoints_arm64.S1703 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/
Dquick_entrypoints_x86_64.S1042 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/
Dquick_entrypoints_mips64.S1682 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/
Dquick_entrypoints_mips.S1757 lw $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation
1803 sw $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1)