Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h89 frame->GetLockCountData().AddMonitor(self, h_ref.Get()); in DoMonitorEnter()
101 frame->GetLockCountData().RemoveMonitorOrThrow(self, h_ref.Get()); in DoMonitorExit()
110 return frame->GetLockCountData().CheckAllMonitorsReleasedOrThrow(self); in DoMonitorCheckOnExit()
166 shadow_frame->GetLockCountData().VisitMonitors( in UnlockHeldMonitors()
Dshadow_frame.h267 LockCountData& GetLockCountData() { in GetLockCountData() function
/art/runtime/
Dthread.cc3800 shadow_frame->GetLockCountData().VisitMonitors(visitor_, /* vreg= */ -1, this); in VisitShadowFrame()