Searched refs:unlocked (Results 1 – 4 of 4) sorted by relevance
41 bool unlocked = object->MonitorExit(self); in artLockObjectFromCode() local42 DCHECK(unlocked); in artLockObjectFromCode()
18 Waiting on an unlocked monitor.
84 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter() local85 DCHECK(unlocked); in DoMonitorEnter()
506 eor r3, r2, r1 @ Prepare the value to store if unlocked511 bne .Lnot_unlocked @ Check if unlocked.512 @ unlocked case - store r3: original lock word plus thread id, preserved read barrier bits.