Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h285 return monitor_pool_; in GetMonitorPool()
875 MonitorPool* monitor_pool_; variable
Druntime.cc228 monitor_pool_(nullptr), in Runtime()
416 delete monitor_pool_; in ~Runtime()
1200 monitor_pool_ = MonitorPool::Create(); in Init()