Searched refs:unlocked (Results 1 – 6 of 6) sorted by relevance
41 bool unlocked = object->MonitorExit(self); in artLockObjectFromCode() local42 DCHECK(unlocked); in artLockObjectFromCode()
374 eor \tmp3, \tmp2, \tmp1 @ Prepare the value to store if unlocked379 bne 2f @ Check if unlocked.380 @ unlocked case - store tmp3: original lock word plus thread id, preserved read barrier bits.
16 Waiting on an unlocked monitor.
18 Waiting on an unlocked monitor.
81 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter() local82 DCHECK(unlocked); in DoMonitorEnter()
9 The `LockWord` suffices for representing the state of unlocked objects with no waiters, whether or