Home
last modified time | relevance | path

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

/art/runtime/base/
Dlocks.h293 static Mutex* host_dlopen_handles_lock_ ACQUIRED_AFTER(verifier_deps_lock_);
296 static Mutex* intern_table_lock_ ACQUIRED_AFTER(host_dlopen_handles_lock_);
Dlocks.cc56 Mutex* Locks::host_dlopen_handles_lock_ = nullptr; member in art::Locks
142 DCHECK(host_dlopen_handles_lock_ != nullptr); in Init()
258 DCHECK(host_dlopen_handles_lock_ == nullptr); in Init()
259 host_dlopen_handles_lock_ = new Mutex("host dlopen handles lock", current_lock_level); in Init()
/art/runtime/
Doat_file.cc890 MutexLock mu(Thread::Current(), *Locks::host_dlopen_handles_lock_); in ~DlOpenOatFile()
1128 MutexLock mu(Thread::Current(), *Locks::host_dlopen_handles_lock_); in Dlopen()