Home
last modified time | relevance | path

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

/art/runtime/
Dasm_support.h159 #define THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET (THREAD_ROSALLOC_RUNS_OFFSET + 16 * __SIZEOF_POINTER__) in CheckAsmSupportOffsetsAndSizes() macro
160 ADD_TEST_EQ(THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET, in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S851 movl THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET(%ebx), %edi
900 movl THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET(%ebx), %edi
903 movl %edi, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET(%ebx)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1585 ldr x3, [xSELF, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET] // Check if the thread local
1629 ldr x1, [xSELF, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET]
1631 str x1, [xSELF, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET]
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1023 ldr r3, [r9, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET] // Check if the thread local
1068 ldr r1, [r9, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET]
1070 str r1, [r9, #THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET]
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S837 movq THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET(%r8), %rcx // rcx = alloc stack top.
869 movq %rcx, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET(%r8)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1559 ld $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation stack
1600 sd $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1)