Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc161 monitor_list_(nullptr), in Runtime()
277 delete monitor_list_; in ~Runtime()
831 monitor_list_ = new MonitorList; in Init()
1483 monitor_list_->DisallowNewMonitors(); in DisallowNewSystemWeaks()
1489 monitor_list_->AllowNewMonitors(); in AllowNewSystemWeaks()
1497 monitor_list_->EnsureNewMonitorsDisallowed(); in EnsureNewSystemWeaksDisallowed()
Druntime.h269 return monitor_list_; in GetMonitorList()
630 MonitorList* monitor_list_; variable