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.h218 #define LOCK_WORD_THIN_LOCK_COUNT_ONE 65536 in CheckAsmSupportOffsetsAndSizes() macro
219 ADD_TEST_EQ(LOCK_WORD_THIN_LOCK_COUNT_ONE, static_cast<int32_t>(art::LockWord::kThinLockCountOne)) in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1027 …add w2, w3, #LOCK_WORD_THIN_LOCK_COUNT_ONE // increment count in lock word placing in w2 to ch…
1030 add w2, w1, #LOCK_WORD_THIN_LOCK_COUNT_ONE // increment count for real
1070 cmp w3, #LOCK_WORD_THIN_LOCK_COUNT_ONE
1084 sub w1, w1, #LOCK_WORD_THIN_LOCK_COUNT_ONE // decrement count
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1065 addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx // increment recursion count
1069 addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx // increment recursion count again for real.
1094 cmpl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx
1109 subl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1007 …addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx // increment recursion count for overflow check.
1012 addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx // increment recursion count again for real.
1047 cmpl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx
1064 subl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx // ecx: new lock word with decremented count.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S490 …add r2, r3, #LOCK_WORD_THIN_LOCK_COUNT_ONE @ increment count in lock word placing in r2 to che…
493 add r2, r1, #LOCK_WORD_THIN_LOCK_COUNT_ONE @ increment count for real