Home
last modified time | relevance | path

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

/art/runtime/
Dasm_support.h353 #define ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE 128 in CheckAsmSupportOffsetsAndSizes() macro
354 ADD_TEST_EQ(ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE, in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S844 cmpl LITERAL(ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE), %eax
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S858 cmpl LITERAL(ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE), %edi
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1592 cmp x3, #ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE // Check if the size is for a thread
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1564 li $a5, ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE # Check if size is for a thread local
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1031 cmp r3, #ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE // Check if the size is for a thread