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

/art/runtime/
H A Dasm_support.h343 #define LOCK_WORD_THIN_LOCK_COUNT_ONE 65536 macro
344 ADD_TEST_EQ(LOCK_WORD_THIN_LOCK_COUNT_ONE, static_cast<int32_t>(art::LockWord::kThinLockCountOne))
/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S1099 add w2, w3, #LOCK_WORD_THIN_LOCK_COUNT_ONE // increment count in lock word placing in w2 to check overflow
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/x86/
H A 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/x86_64/
H A 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/arm/
H A Dquick_entrypoints_arm.S559 add r2, r3, #LOCK_WORD_THIN_LOCK_COUNT_ONE @ increment count in lock word placing in r2 to check overflow
562 add r2, r1, #LOCK_WORD_THIN_LOCK_COUNT_ONE @ increment count for real
609 cmp r3, #LOCK_WORD_THIN_LOCK_COUNT_ONE
623 sub r1, r1, #LOCK_WORD_THIN_LOCK_COUNT_ONE @ decrement count

Completed in 46 milliseconds