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

  /art/runtime/
oat_file.h 276 REQUIRES(!secondary_lookup_lock_);
436 mutable Mutex secondary_lookup_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
442 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
449 mutable std::list<std::string> string_cache_ GUARDED_BY(secondary_lookup_lock_);
oat_file.cc 1815 MutexLock mu(Thread::Current(), secondary_lookup_lock_); local
    [all...]

Completed in 742 milliseconds