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

/art/runtime/
H A Dmonitor_pool.h52 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code);
61 GetMonitorPool()->ReleaseMonitorToPool(self, monitor);
70 GetMonitorPool()->ReleaseMonitorsToPool(self, monitors);
78 return GetMonitorPool()->LookupMonitor(mon_id);
95 return GetMonitorPool()->ComputeMonitorIdInPool(mon, self);
99 static MonitorPool* GetMonitorPool() { function in class:art::MonitorPool
103 return Runtime::Current()->GetMonitorPool();
H A Druntime.h284 MonitorPool* GetMonitorPool() const { function in class:art::verifier::VerifyMode

Completed in 35 milliseconds