Home
last modified time | relevance | path

Searched refs:Lslow_lock (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1302 jz .Lslow_lock
1306 jne .Lslow_lock // Slow path if either of the two high bits are set.
1321 jne .Lslow_lock
1326 jne .Lslow_lock // count overflowed so go slow
1333 .Lslow_lock: label
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1282 jz .Lslow_lock
1286 jne .Lslow_lock // slow path if either of the two high bits are set.
1302 jne .Lslow_lock
1307 jne .Lslow_lock // count overflowed so go slow
1318 .Lslow_lock: label
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1182 cbz w0, .Lslow_lock
1196 cbnz w3, .Lslow_lock // if either of the top two bits are set, go slow path
1199 cbnz w2, .Lslow_lock // lock word and self thread id's match -> recursive lock
1204 cbnz w3, .Lslow_lock // if we overflow the count go slow path
1211 .Lslow_lock: label
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S659 cbnz r3, .Lslow_lock @ if either of the top two bits are set, go slow path
662 cbnz r2, .Lslow_lock @ lock word and self thread id's match -> recursive lock