Searched refs:cached_oat_file_ (Results 1 – 2 of 2) sorted by relevance
224 return std::move(cached_oat_file_); in GetBestOatFile()237 return std::move(cached_oat_file_); in GetBestOatFile()251 return std::move(cached_oat_file_); in GetBestOatFile()934 cached_oat_file_.reset(OatFile::Open(oat_file_name.c_str(), in GetOatFile()942 if (cached_oat_file_.get() == nullptr) { in GetOatFile()948 return cached_oat_file_.get(); in GetOatFile()963 cached_oat_file_.reset(); in ClearOatFileCache()
424 std::unique_ptr<OatFile> cached_oat_file_; variable