Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor-inl.h57 void Monitor::GetLockOwnerInfo(/*out*/ArtMethod** method, /*out*/uint32_t* dex_pc, in GetLockOwnerInfo() function
Dmonitor.h393 void GetLockOwnerInfo(/*out*/ArtMethod** method, /*out*/uint32_t* dex_pc, Thread* t);
Dmonitor.cc472 GetLockOwnerInfo(&owners_method, &owners_dex_pc, orig_owner); in Lock()
534 GetLockOwnerInfo(&owners_method, &owners_dex_pc, orig_owner); in Lock()