Searched defs:unlocked (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_lock_entrypoints.cc41 bool unlocked = obj->MonitorExit(self); local
42 DCHECK(unlocked);
/art/runtime/interpreter/
H A Dinterpreter_common.h75 bool unlocked = h_ref->MonitorExit(self); variable
76 DCHECK(unlocked); variable

Completed in 58 milliseconds