Searched refs:LOCK_WORD_THIN_LOCK_COUNT_ONE (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | asm_support.h | 343 #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/ |
D | quick_entrypoints_x86_64.S | 980 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/ |
D | quick_entrypoints_x86.S | 958 …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/ |
D | quick_entrypoints_arm64.S | 1099 …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/ |
D | quick_entrypoints_arm.S | 559 …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
|