Searched refs:cached_oat_file_ (Results 1 – 2 of 2) sorted by relevance
170 return std::move(cached_oat_file_); in GetBestOatFile()187 return std::move(cached_oat_file_); in GetBestOatFile()890 cached_oat_file_.reset(OatFile::Open(oat_file_name.c_str(), in CopyProfileFile()893 if (cached_oat_file_.get() == nullptr) { in CopyProfileFile()899 return cached_oat_file_.get(); in CopyProfileFile()904 cached_oat_file_.reset(); in CopyProfileFile()
420 std::unique_ptr<OatFile> cached_oat_file_; variable