Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor-inl.h43 uintptr_t Monitor::LockOwnerInfoChecksum(ArtMethod* m, uint32_t dex_pc, Thread* t) { in LockOwnerInfoChecksum() function
53 uintptr_t sum = LockOwnerInfoChecksum(method, dex_pc, t); in SetLockOwnerInfo()
72 } while (owners_sum != LockOwnerInfoChecksum(owners_method, owners_dex_pc, owner)); in GetLockOwnerInfo()
Dmonitor.h386 uintptr_t LockOwnerInfoChecksum(ArtMethod* m, uint32_t dex_pc, Thread* t);