Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A 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()
H A Dshadow_frame.h267 LockCountData& GetLockCountData() { in GetLockCountData() function
/aosp12/art/runtime/
H A Dthread.cc3800 shadow_frame->GetLockCountData().VisitMonitors(visitor_, /* vreg= */ -1, this); in VisitShadowFrame()