Home
last modified time | relevance | path

Searched refs:CheckAllMonitorsReleasedOrThrow (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dlock_count_data.h54 bool CheckAllMonitorsReleasedOrThrow(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
Dlock_count_data.cc78 bool LockCountData::CheckAllMonitorsReleasedOrThrow(Thread* self) { in CheckAllMonitorsReleasedOrThrow() function in art::LockCountData
Dinterpreter_common.h110 return frame->GetLockCountData().CheckAllMonitorsReleasedOrThrow(self); in DoMonitorCheckOnExit()