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/test/1931-monitor-events/
Dexpected.txt18 Waiting on an unlocked monitor.
/art/runtime/interpreter/
Dinterpreter_common.h79 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter() local
80 DCHECK(unlocked); in DoMonitorEnter()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S696 eor r3, r2, r1 @ Prepare the value to store if unlocked
701 bne .Lnot_unlocked @ Check if unlocked.
702 @ unlocked case - store r3: original lock word plus thread id, preserved read barrier bits.
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1320 # transition to unlocked
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1375 # transition to unlocked