Searched refs:host_dlopen_handles_lock_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/
H A Dmutex.h709 static Mutex* host_dlopen_handles_lock_ ACQUIRED_AFTER(verifier_deps_lock_);
712 static Mutex* intern_table_lock_ ACQUIRED_AFTER(host_dlopen_handles_lock_);
H A Dmutex.cc57 Mutex* Locks::host_dlopen_handles_lock_ = nullptr; member in class:art::Locks
1062 DCHECK(host_dlopen_handles_lock_ != nullptr);
1177 DCHECK(host_dlopen_handles_lock_ == nullptr);
1178 host_dlopen_handles_lock_ = new Mutex("host dlopen handles lock", current_lock_level);
/art/runtime/
H A Doat_file.cc918 MutexLock mu(Thread::Current(), *Locks::host_dlopen_handles_lock_); member in class:art::FINAL::Locks
967 // Guarded by host_dlopen_handles_lock_;
1082 MutexLock mu(Thread::Current(), *Locks::host_dlopen_handles_lock_);

Completed in 568 milliseconds