Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor-inl.h49 void Monitor::SetLockOwnerInfo(ArtMethod* method, uint32_t dex_pc, Thread* t) { in SetLockOwnerInfo() function
Dmonitor.h389 void SetLockOwnerInfo(ArtMethod* method, uint32_t dex_pc, Thread* t)
Dmonitor.cc200 SetLockOwnerInfo(lock_owner_method, lock_owner_dex_pc, owner); in SetLockingMethod()
210 SetLockOwnerInfo(lock_owner_method, lock_owner_dex_pc, owner); in SetLockingMethodNoProxy()