Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1004 cbz w0, .Lslow_lock
1020 cbnz w3, .Lslow_lock // if either of the top two bits are set, go slow path
1023 cbnz w2, .Lslow_lock // lock word and self thread id's match -> recursive lock
1029 cbnz w3, .Lslow_lock // if we overflow the count go slow path
1036 .Lslow_lock: label
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1043 jz .Lslow_lock
1047 jne .Lslow_lock // Slow path if either of the two high bits are set.
1062 jne .Lslow_lock
1067 jne .Lslow_lock // count overflowed so go slow
1074 .Lslow_lock: label
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S984 jz .Lslow_lock
988 jne .Lslow_lock // slow path if either of the two high bits are set.
1004 jne .Lslow_lock
1009 jne .Lslow_lock // count overflowed so go slow
1020 .Lslow_lock: label
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S468 cbz r0, .Lslow_lock
492 cbnz r3, .Lslow_lock @ if we overflow the count go slow path
499 .Lslow_lock: label