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

  /art/runtime/
monitor_pool.h 55 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code);
64 GetMonitorPool()->ReleaseMonitorToPool(self, monitor);
73 GetMonitorPool()->ReleaseMonitorsToPool(self, monitors);
81 return GetMonitorPool()->LookupMonitor(mon_id);
98 return GetMonitorPool()->ComputeMonitorIdInPool(mon, self);
102 static MonitorPool* GetMonitorPool() {
106 return Runtime::Current()->GetMonitorPool();
runtime.h 308 MonitorPool* GetMonitorPool() const {
    [all...]

Completed in 45 milliseconds