Home
last modified time | relevance | path

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

/art/runtime/
Dasm_support.h163 #define THREAD_LOCAL_ALLOC_STACK_END_OFFSET (THREAD_ROSALLOC_RUNS_OFFSET + 17 * __SIZEOF_POINTER__) in CheckAsmSupportOffsetsAndSizes() macro
164 ADD_TEST_EQ(THREAD_LOCAL_ALLOC_STACK_END_OFFSET, in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S838 cmpq THREAD_LOCAL_ALLOC_STACK_END_OFFSET(%r8), %rcx
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S852 cmpl THREAD_LOCAL_ALLOC_STACK_END_OFFSET(%ebx), %edi
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1588 ldr x4, [xSELF, #THREAD_LOCAL_ALLOC_STACK_END_OFFSET]
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1560 ld $a4, THREAD_LOCAL_ALLOC_STACK_END_OFFSET($s1) # has any room left.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1026 ldr r12, [r9, #THREAD_LOCAL_ALLOC_STACK_END_OFFSET]