Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_pool.h55 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code); in CreateMonitor()
128 Monitor* CreateMonitorInPool(Thread* self,
Dmonitor_pool.cc108 Monitor* MonitorPool::CreateMonitorInPool(Thread* self, in CreateMonitorInPool() function in art::MonitorPool