Home
last modified time | relevance | path

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

/art/runtime/generated/
Dasm_support_gen.h93 #define LOCK_WORD_THIN_LOCK_COUNT_ONE 65536 macro
94 DEFINE_CHECK_EQ(static_cast<int32_t>(LOCK_WORD_THIN_LOCK_COUNT_ONE), (static_cast<int32_t>(art::Loc…
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1324 addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx // increment recursion count
1328 addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx // increment recursion count again for real.
1361 cmpl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx
1376 subl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1305 …addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx // increment recursion count for overflow check.
1310 addl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx // increment recursion count again for real.
1361 cmpl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %edx
1378 subl LITERAL(LOCK_WORD_THIN_LOCK_COUNT_ONE), %ecx // ecx: new lock word with decremented count.
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1202 …add w2, w3, #LOCK_WORD_THIN_LOCK_COUNT_ONE // increment count in lock word placing in w2 to ch…
1205 add w2, w1, #LOCK_WORD_THIN_LOCK_COUNT_ONE // increment count for real
1251 cmp w3, #LOCK_WORD_THIN_LOCK_COUNT_ONE
1263 sub w1, w1, #LOCK_WORD_THIN_LOCK_COUNT_ONE // decrement count
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S716 cmp r3, #LOCK_WORD_THIN_LOCK_COUNT_ONE
730 sub r1, r1, #LOCK_WORD_THIN_LOCK_COUNT_ONE @ decrement count