Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.h87 frame->GetLockCountData().AddMonitor(self, h_ref.Get()); in DoMonitorEnter()
99 frame->GetLockCountData().RemoveMonitorOrThrow(self, h_ref.Get()); in DoMonitorExit()
108 return frame->GetLockCountData().CheckAllMonitorsReleasedOrThrow(self); in DoMonitorCheckOnExit()
H A Dshadow_frame.h279 LockCountData& GetLockCountData() { in GetLockCountData() function
H A Dinterpreter_common.cc1481 shadow_frame->GetLockCountData().VisitMonitors( in UnlockHeldMonitors()
/aosp_15_r20/art/runtime/
H A Dthread.cc4169 shadow_frame->GetLockCountData().VisitMonitors(visitor_, /* vreg= */ -1, this); in VisitShadowFrame()