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

/art/runtime/
H A Dmonitor.h233 friend class MonitorInfo;
274 class MonitorInfo { class in namespace:art
276 explicit MonitorInfo(mirror::Object* o) EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_);
283 DISALLOW_COPY_AND_ASSIGN(MonitorInfo);
H A Dmonitor.cc1193 MonitorInfo::MonitorInfo(mirror::Object* obj) : owner_(NULL), entry_count_(0) { function in class:art::MonitorInfo

Completed in 141 milliseconds