Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc468 self->SetMonitorEnterObject(GetObject().Ptr()); in Lock()
589 self->SetMonitorEnterObject(nullptr); in Lock()
1044 self->SetMonitorEnterObject(obj.Get()); in InflateThinLocked()
1064 self->SetMonitorEnterObject(nullptr); in InflateThinLocked()
Dthread.h548 void SetMonitorEnterObject(mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMonitorEnterObject() function