Home
last modified time | relevance | path

Searched refs:GetMonitorList (Results 1 – 5 of 5) sorted by relevance

/art/test/596-monitor-inflation/
Dmonitor_inflation.cc31 return Runtime::Current()->GetMonitorList()->Size(); in Java_Main_monitorListSize()
/art/runtime/
Dmonitor.cc1043 Runtime::Current()->GetMonitorList()->Add(m); in Inflate()
1549 MonitorList* list = Runtime::Current()->GetMonitorList(); in IsValidLockWord()
Druntime.h324 MonitorList* GetMonitorList() const { in GetMonitorList() function
Druntime.cc705 GetMonitorList()->SweepMonitorList(visitor); in SweepSystemWeaks()
/art/runtime/gc/
Dheap.cc1446 size_t count = runtime->GetMonitorList()->DeflateMonitors(); in Trim()