Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc112 monitor_list_(nullptr), in Runtime()
190 delete monitor_list_; in ~Runtime()
695 monitor_list_ = new MonitorList; in Init()
1267 monitor_list_->DisallowNewMonitors(); in DisallowNewSystemWeaks()
1273 monitor_list_->AllowNewMonitors(); in AllowNewSystemWeaks()
Druntime.h243 return monitor_list_; in GetMonitorList()
548 MonitorList* monitor_list_; variable