HomeSort by relevance Sort by last modified time
    Searched refs:GetMonitorPool (Results 1 - 2 of 2) sorted by null

  /art/runtime/
monitor_pool.h 52 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() {
103 return Runtime::Current()->GetMonitorPool();
runtime.h 284 MonitorPool* GetMonitorPool() const {
    [all...]

Completed in 72 milliseconds