Home
last modified time | relevance | path

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

/art/runtime/generated/
Dasm_support_gen.h117 #define ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE 128 macro
118 DEFINE_CHECK_EQ(static_cast<int32_t>(ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE), (static_cast<int32_t>…
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1128 cmp r3, #ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE // Check if the size is for a thread
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1045 cmpl LITERAL(ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE), %eax
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1557 li $a5, ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE # Check if size is for a thread local
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1600 li $t5, ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE # Check if size is for a thread local
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1020 cmpl LITERAL(ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE), %ecx
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1658 cmp x3, #ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE // Check if the size is for a thread