Searched refs:GetMonitorEnterObject (Results 1 – 3 of 3) sorted by relevance
112 if (thd != info.owner_ && target.Ptr() == thd->GetMonitorEnterObject()) { in GetObjectMonitorUsage()
1419 ObjPtr<mirror::Object> lock_object = thread->GetMonitorEnterObject(); in FetchState()1444 ObjPtr<mirror::Object> result = thread->GetMonitorEnterObject(); in GetContendedMonitor()
571 mirror::Object* GetMonitorEnterObject() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetMonitorEnterObject() function