Searched refs:host_dlopen_handles_lock_ (Results 1 – 3 of 3) sorted by relevance
56 Mutex* Locks::host_dlopen_handles_lock_ = nullptr; member in art::Locks145 DCHECK(host_dlopen_handles_lock_ != nullptr); in Init()267 DCHECK(host_dlopen_handles_lock_ == nullptr); in Init()268 host_dlopen_handles_lock_ = new Mutex("host dlopen handles lock", current_lock_level); in Init()
301 static Mutex* host_dlopen_handles_lock_ ACQUIRED_AFTER(verifier_deps_lock_);304 static Mutex* intern_table_lock_ ACQUIRED_AFTER(host_dlopen_handles_lock_);
1132 MutexLock mu(Thread::Current(), *Locks::host_dlopen_handles_lock_); in ~DlOpenOatFile()1406 MutexLock mu(Thread::Current(), *Locks::host_dlopen_handles_lock_); in Dlopen()