Home
last modified time | relevance | path

Searched refs:LOCK_WORD_THIN_LOCK_COUNT_ONE (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dasm_support.h343 #define LOCK_WORD_THIN_LOCK_COUNT_ONE 65536 in CheckAsmSupportOffsetsAndSizes() macro
344 ADD_TEST_EQ(LOCK_WORD_THIN_LOCK_COUNT_ONE, static_cast<int32_t>(art::LockWord::kThinLockCountOne)) in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S980 addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx // increment recursion count
984 addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx // increment recursion count again for real.
1017 cmpl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx
1032 subl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S958 …addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx // increment recursion count for overflow check.
963 addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx // increment recursion count again for real.
1014 cmpl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx
1031 subl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx // ecx: new lock word with decremented count.
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1099 …add w2, w3, #LOCK_WORD_THIN_LOCK_COUNT_ONE // increment count in lock word placing in w2 to ch…
1102 add w2, w1, #LOCK_WORD_THIN_LOCK_COUNT_ONE // increment count for real
1150 cmp w3, #LOCK_WORD_THIN_LOCK_COUNT_ONE
1164 sub w1, w1, #LOCK_WORD_THIN_LOCK_COUNT_ONE // decrement count
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S559 …add r2, r3, #LOCK_WORD_THIN_LOCK_COUNT_ONE @ increment count in lock word placing in r2 to che…
562 add r2, r1, #LOCK_WORD_THIN_LOCK_COUNT_ONE @ increment count for real