Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h72 frame->GetLockCountData().AddMonitor(self, h_ref.Get()); in DoMonitorEnter()
84 frame->GetLockCountData().RemoveMonitorOrThrow(self, h_ref.Get()); in DoMonitorExit()
93 return frame->GetLockCountData().CheckAllMonitorsReleasedOrThrow(self); in DoMonitorCheckOnExit()
/art/runtime/
Dstack.h361 LockCountData& GetLockCountData() { in GetLockCountData() function
Dthread.cc3136 shadow_frame->GetLockCountData().VisitMonitors(visitor_, -1, this); in VisitShadowFrame()