Searched refs:lock_owner_dex_pc (Results 1 – 1 of 1) sorted by relevance
177 uint32_t lock_owner_dex_pc; in SetLockingMethod() local178 lock_owner_method = owner->GetCurrentMethod(&lock_owner_dex_pc, false); in SetLockingMethod()212 lock_owner_dex_pc = nmv.dex_pc_; in SetLockingMethod()214 SetLockOwnerInfo(lock_owner_method, lock_owner_dex_pc, owner); in SetLockingMethod()220 uint32_t lock_owner_dex_pc; in SetLockingMethodNoProxy() local221 ArtMethod* lock_owner_method = owner->GetCurrentMethod(&lock_owner_dex_pc); in SetLockingMethodNoProxy()224 SetLockOwnerInfo(lock_owner_method, lock_owner_dex_pc, owner); in SetLockingMethodNoProxy()