Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc162 ArtMethod* lock_owner_method; in SetLockingMethod() local
164 lock_owner_method = owner->GetCurrentMethod(&lock_owner_dex_pc, false); in SetLockingMethod()
165 if (lock_owner_method != nullptr && UNLIKELY(lock_owner_method->IsProxyMethod())) { in SetLockingMethod()
197 lock_owner_method = nmv.method_; in SetLockingMethod()
200 SetLockOwnerInfo(lock_owner_method, lock_owner_dex_pc, owner); in SetLockingMethod()
201 DCHECK(lock_owner_method == nullptr || !lock_owner_method->IsProxyMethod()); in SetLockingMethod()
207 ArtMethod* lock_owner_method = owner->GetCurrentMethod(&lock_owner_dex_pc); in SetLockingMethodNoProxy() local
209 DCHECK(lock_owner_method == nullptr || !lock_owner_method->IsProxyMethod()); in SetLockingMethodNoProxy()
210 SetLockOwnerInfo(lock_owner_method, lock_owner_dex_pc, owner); in SetLockingMethodNoProxy()