Searched defs:MonitorPool (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dmonitor_pool.cc30 MonitorPool::MonitorPool() function in class:art::MonitorPool
41 void MonitorPool::AllocateChunk() {
91 void MonitorPool::FreeInternal() {
108 Monitor* MonitorPool::CreateMonitorInPool(Thread* self, Thread* owner, mirror::Object* obj,
132 void MonitorPool::ReleaseMonitorToPool(Thread* self, Monitor* monitor) {
151 void MonitorPool::ReleaseMonitorsToPool(Thread* self, MonitorList::Monitors* monitors) {
H A Dmonitor_pool.h35 class MonitorPool { class in namespace:art
37 static MonitorPool* Create() {
41 return new MonitorPool();
99 static MonitorPool* GetMonitorPool() {
107 ~MonitorPool() {
117 MonitorPool() NO_THREAD_SAFETY_ANALYSIS;

Completed in 56 milliseconds