Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dquick_entrypoints_x86.S534 jz .Lslow_lock
538 jne .Lslow_lock // slow path if either of the two high bits are set.
553 jne .Lslow_lock
556 jne .Lslow_lock // count overflowed so go slow
559 .Lslow_lock: label
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S962 cbz w0, .Lslow_lock
976 cbnz w3, .Lslow_lock // if either of the top two bits are set, go slow path
979 cbnz w2, .Lslow_lock // lock word and self thread id's match -> recursive lock
983 cbnz w1, .Lslow_lock // if we overflow the count go slow path
986 .Lslow_lock: label
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S865 jz .Lslow_lock
869 jne .Lslow_lock // Slow path if either of the two high bits are set.
880 jne .Lslow_lock
883 jne .Lslow_lock // count overflowed so go slow
886 .Lslow_lock: label
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S375 cbz r0, .Lslow_lock
389 cbnz r3, .Lslow_lock @ if either of the top two bits are set, go slow path
392 cbnz r2, .Lslow_lock @ lock word and self thread id's match -> recursive lock