Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_pool.h52 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code); in CreateMonitor()
115 Monitor* CreateMonitorInPool(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)
Dmonitor_pool.cc91 Monitor* MonitorPool::CreateMonitorInPool(Thread* self, Thread* owner, mirror::Object* obj, in CreateMonitorInPool() function in art::MonitorPool