Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc464 self->SetMonitorEnterObject(GetObject()); in Lock()
585 self->SetMonitorEnterObject(nullptr); in Lock()
988 self->SetMonitorEnterObject(obj.Get()); in InflateThinLocked()
1008 self->SetMonitorEnterObject(nullptr); in InflateThinLocked()
Dthread.h549 void SetMonitorEnterObject(mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMonitorEnterObject() function