Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc512 self->SetMonitorEnterObject(GetObject().Ptr()); in Lock()
632 self->SetMonitorEnterObject(nullptr); in Lock()
1060 self->SetMonitorEnterObject(obj.Get()); in InflateThinLocked()
1080 self->SetMonitorEnterObject(nullptr); in InflateThinLocked()
Dthread.h571 void SetMonitorEnterObject(mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMonitorEnterObject() function