Home
last modified time | relevance | path

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

/art/runtime/base/
Dlocks.cc77 Mutex* Locks::dex_cache_lock_ = nullptr; member in art::Locks
251 DCHECK(dex_cache_lock_ == nullptr); in Init()
252 dex_cache_lock_ = new Mutex("DexCache lock", current_lock_level); in Init()
Dlocks.h292 static Mutex* dex_cache_lock_ ACQUIRED_AFTER(dex_lock_);
/art/runtime/mirror/
Ddex_cache-inl.h74 MutexLock mu(self, *Locks::dex_cache_lock_); // Avoid allocation by multiple threads. in AllocArray()