Home
last modified time | relevance | path

Searched refs:cached_oat_file_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file_assistant.cc224 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()
Doat_file_assistant.h424 std::unique_ptr<OatFile> cached_oat_file_; variable