Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_pool_test.cc43 EXPECT_EQ(MonitorPool::ComputeMonitorId(mon, self), mon->GetMonitorId()); in VerifyMonitor()
Dmonitor_pool.h93 static MonitorId ComputeMonitorId(Monitor* mon, Thread* self) { in ComputeMonitorId() function
Dmonitor.cc107 monitor_id_(MonitorPool::ComputeMonitorId(this, self)) { in Monitor()