Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h185 void SweepMonitorList(IsMarkedTester is_marked, void* arg)
Dmonitor.cc1023 void MonitorList::SweepMonitorList(IsMarkedTester is_marked, void* arg) { in SweepMonitorList() function in art::MonitorList
/art/runtime/gc/collector/
Dmark_sweep.cc1034 runtime->GetMonitorList()->SweepMonitorList(IsMarkedCallback, this); in SweepSystemWeaks()
1064 runtime->GetMonitorList()->SweepMonitorList(VerifyIsLiveCallback, this); in VerifySystemWeaks()