Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S514 cbz r0, .Lslow_unlock
522 cbnz r2, .Lslow_unlock @ if either of the top two bits are set, go slow path
528 cbnz r3, .Lslow_unlock @ do lock word and self thread id's match?
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1052 cbz x0, .Lslow_unlock
1061 cbnz w2, .Lslow_unlock // if either of the top two bits are set, go slow path
1067 cbnz w3, .Lslow_unlock // do lock word and self thread id's match?
1094 .Lslow_unlock: label
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1084 jz .Lslow_unlock
1089 jnz .Lslow_unlock // lock word contains a monitor
1091 jne .Lslow_unlock
1117 .Lslow_unlock: label
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1037 jz .Lslow_unlock
1042 jnz .Lslow_unlock // lock word contains a monitor
1044 jne .Lslow_unlock
1075 .Lslow_unlock: label