Searched refs:cached_odex_file_ (Results 1 – 2 of 2) sorted by relevance
229 return std::move(cached_odex_file_); in GetBestOatFile()242 return std::move(cached_odex_file_); in GetBestOatFile()261 return std::move(cached_odex_file_); in GetBestOatFile()893 cached_odex_file_.reset(OatFile::Open(odex_file_name.c_str(), in GetOdexFile()901 if (cached_odex_file_.get() == nullptr) { in GetOdexFile()907 return cached_odex_file_.get(); in GetOdexFile()922 cached_odex_file_.reset(); in ClearOdexFileCache()
404 std::unique_ptr<OatFile> cached_odex_file_; variable