Home
last modified time | relevance | path

Searched refs:GetMonitorPool (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmonitor_pool.h55 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code); in CreateMonitor()
64 GetMonitorPool()->ReleaseMonitorToPool(self, monitor); in ReleaseMonitor()
73 GetMonitorPool()->ReleaseMonitorsToPool(self, monitors); in ReleaseMonitors()
81 return GetMonitorPool()->LookupMonitor(mon_id); in MonitorFromMonitorId()
98 return GetMonitorPool()->ComputeMonitorIdInPool(mon, self); in ComputeMonitorId()
102 static MonitorPool* GetMonitorPool() { in GetMonitorPool() function
106 return Runtime::Current()->GetMonitorPool(); in GetMonitorPool()
Druntime.h328 MonitorPool* GetMonitorPool() const { in GetMonitorPool() function