Lines Matching refs:dex_lock_
1547 REQUIRES(!Locks::dex_lock_)
1559 REQUIRES(!Locks::dex_lock_) in Update()
1579 WriterMutexLock mu2(self, *Locks::dex_lock_); in Update()
1946 WriterMutexLock mu(self, *Locks::dex_lock_); in AddImageSpace()
2408 WriterMutexLock mu(self, *Locks::dex_lock_); in AllocAndInitializeDexCache()
3892 WriterMutexLock mu(Thread::Current(), *Locks::dex_lock_); in AppendToBootClassPath()
3900 Locks::dex_lock_->AssertExclusiveHeld(self); in RegisterDexFileLocked()
3993 ReaderMutexLock mu(self, *Locks::dex_lock_); in RegisterExistingDexCache()
4008 WriterMutexLock mu(self, *Locks::dex_lock_); in RegisterExistingDexCache()
4031 ReaderMutexLock mu(self, *Locks::dex_lock_); in RegisterDexFile()
4068 WriterMutexLock mu(self, *Locks::dex_lock_); in RegisterDexFile()
4112 ReaderMutexLock mu(self, *Locks::dex_lock_); in IsDexFileRegistered()
4117 ReaderMutexLock mu(self, *Locks::dex_lock_); in FindDexCache()
4137 ReaderMutexLock mu(self, *Locks::dex_lock_); in FindClassTable()
9832 ReaderMutexLock mu2(soa.Self(), *Locks::dex_lock_); in DumpForSigQuit()
9920 return Locks::dex_lock_->GetExclusiveOwnerTid(); in GetDexLockOwner()