Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc163 uint32_t lock_owner_dex_pc; in SetLockingMethod() local
164 lock_owner_method = owner->GetCurrentMethod(&lock_owner_dex_pc, false); in SetLockingMethod()
198 lock_owner_dex_pc = nmv.dex_pc_; in SetLockingMethod()
200 SetLockOwnerInfo(lock_owner_method, lock_owner_dex_pc, owner); in SetLockingMethod()
206 uint32_t lock_owner_dex_pc; in SetLockingMethodNoProxy() local
207 ArtMethod* lock_owner_method = owner->GetCurrentMethod(&lock_owner_dex_pc); in SetLockingMethodNoProxy()
210 SetLockOwnerInfo(lock_owner_method, lock_owner_dex_pc, owner); in SetLockingMethodNoProxy()