Home
last modified time | relevance | path

Searched refs:unlocked (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_lock_entrypoints.cc41 bool unlocked = object->MonitorExit(self); in artLockObjectFromCode() local
42 DCHECK(unlocked); in artLockObjectFromCode()
/art/runtime/arch/arm/
Dasm_support_arm.S374 eor \tmp3, \tmp2, \tmp1 @ Prepare the value to store if unlocked
379 bne 2f @ Check if unlocked.
380 @ unlocked case - store tmp3: original lock word plus thread id, preserved read barrier bits.
/art/test/1931-monitor-events/
Dexpected-stdout.jvm.txt16 Waiting on an unlocked monitor.
Dexpected-stdout.txt18 Waiting on an unlocked monitor.
/art/runtime/interpreter/
Dinterpreter_common.h81 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter() local
82 DCHECK(unlocked); in DoMonitorEnter()
/art/runtime/
Dmonitor_inflation.md9 The `LockWord` suffices for representing the state of unlocked objects with no waiters, whether or