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 282 LOCKS_EXCLUDED(secondary_lookup_lock_);
356 mutable Mutex secondary_lookup_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
362 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
369 mutable std::list<std::string> string_cache_ GUARDED_BY(secondary_lookup_lock_);
oat_file.cc 143 secondary_lookup_lock_("OatFile secondary lookup lock", kOatFileSecondaryLookupLock) {
384 MutexLock mu(Thread::Current(), secondary_lookup_lock_); local

Completed in 83 milliseconds