Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor-inl.h37 SetLockingMethod(self); in CheckLockOwnerRequest()
Dmonitor.h289 void SetLockingMethod(Thread* owner) REQUIRES(monitor_lock_)
Dmonitor.cc158 void Monitor::SetLockingMethod(Thread* owner) { in SetLockingMethod() function in art::Monitor
239 SetLockingMethod(owner); in Install()