Home
last modified time | relevance | path

Searched refs:unlocked (Results 1 – 4 of 4) 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/test/1931-monitor-events/
Dexpected-stdout.txt18 Waiting on an unlocked monitor.
/art/runtime/interpreter/
Dinterpreter_common.h84 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter() local
85 DCHECK(unlocked); in DoMonitorEnter()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S506 eor r3, r2, r1 @ Prepare the value to store if unlocked
511 bne .Lnot_unlocked @ Check if unlocked.
512 @ unlocked case - store r3: original lock word plus thread id, preserved read barrier bits.