Home
last modified time | relevance | path

Searched refs:GetMonitorEnterObject (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dti_object.cc112 if (thd != info.owner_ && target.Ptr() == thd->GetMonitorEnterObject()) { in GetObjectMonitorUsage()
/art/runtime/
Dmonitor.cc1419 ObjPtr<mirror::Object> lock_object = thread->GetMonitorEnterObject(); in FetchState()
1444 ObjPtr<mirror::Object> result = thread->GetMonitorEnterObject(); in GetContendedMonitor()
Dthread.h571 mirror::Object* GetMonitorEnterObject() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetMonitorEnterObject() function