Home
last modified time | relevance | path

Searched refs:CreateMonitor (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmonitor_pool_test.cc74 Monitor* mon = MonitorPool::CreateMonitor(self, self, nullptr, static_cast<int32_t>(i)); in TEST_F()
97 Monitor* mon = MonitorPool::CreateMonitor(self, self, nullptr, in TEST_F()
Dmonitor_pool.h45 static Monitor* CreateMonitor(Thread* self, in CreateMonitor() function
Dmonitor.cc1033 Monitor* m = MonitorPool::CreateMonitor(self, owner, obj, hash_code); in Inflate()