Lines Matching refs:dex_lock_
1648 REQUIRES(!Locks::dex_lock_)
1661 REQUIRES(!Locks::dex_lock_) in Update()
1682 WriterMutexLock mu2(self, *Locks::dex_lock_); in Update()
2616 WriterMutexLock mu(self, *Locks::dex_lock_); in AllocAndInitializeDexCache()
4045 WriterMutexLock mu(Thread::Current(), *Locks::dex_lock_); in AppendToBootClassPath()
4053 Locks::dex_lock_->AssertExclusiveHeld(self); in RegisterDexFileLocked()
4146 ReaderMutexLock mu(self, *Locks::dex_lock_); in RegisterExistingDexCache()
4161 WriterMutexLock mu(self, *Locks::dex_lock_); in RegisterExistingDexCache()
4184 ReaderMutexLock mu(self, *Locks::dex_lock_); in RegisterDexFile()
4225 WriterMutexLock mu(self, *Locks::dex_lock_); in RegisterDexFile()
4272 ReaderMutexLock mu(self, *Locks::dex_lock_); in IsDexFileRegistered()
4277 ReaderMutexLock mu(self, *Locks::dex_lock_); in FindDexCache()
4297 ReaderMutexLock mu(self, *Locks::dex_lock_); in FindClassTable()
9569 ReaderMutexLock mu2(soa.Self(), *Locks::dex_lock_); in DumpForSigQuit()
9657 return Locks::dex_lock_->GetExclusiveOwnerTid(); in GetDexLockOwner()