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

/art/runtime/
H A Dmonitor_pool.h50 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code);
58 GetMonitorPool()->ReleaseMonitorToPool(self, monitor);
66 GetMonitorPool()->ReleaseMonitorsToPool(self, monitors);
74 return GetMonitorPool()->LookupMonitor(mon_id);
90 return GetMonitorPool()->ComputeMonitorIdInPool(mon, self);
94 static MonitorPool* GetMonitorPool() { function in class:art::MonitorPool
98 return Runtime::Current()->GetMonitorPool();
H A Druntime.h246 MonitorPool* GetMonitorPool() const { function in class:art::Runtime

Completed in 655 milliseconds