Home
last modified time | relevance | path

Searched refs:GetLockCountData (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h84 frame->GetLockCountData().AddMonitor(self, h_ref.Get()); in DoMonitorEnter()
96 frame->GetLockCountData().RemoveMonitorOrThrow(self, h_ref.Get()); in DoMonitorExit()
105 return frame->GetLockCountData().CheckAllMonitorsReleasedOrThrow(self); in DoMonitorCheckOnExit()
Dshadow_frame.h284 LockCountData& GetLockCountData() { in GetLockCountData() function
Dinterpreter_switch_impl-inl.h64 shadow_frame->GetLockCountData().VisitMonitors( in UnlockHeldMonitors()
/art/runtime/
Dthread.cc3721 shadow_frame->GetLockCountData().VisitMonitors(visitor_, /* vreg= */ -1, this); in VisitShadowFrame()