HomeSort by relevance Sort by last modified time
    Searched defs:host_dlopen_handles_lock_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
mutex.cc 57 Mutex* Locks::host_dlopen_handles_lock_ = nullptr; member in class:art::Locks
    [all...]
  /art/runtime/
oat_file.cc 690 MutexLock mu(Thread::Current(), *Locks::host_dlopen_handles_lock_); member in class:art::FINAL::Locks
735 // Guarded by host_dlopen_handles_lock_;
    [all...]

Completed in 216 milliseconds