Searched refs:cached_odex_file_ (Results 1 – 2 of 2) sorted by relevance
175 return std::move(cached_odex_file_); in GetBestOatFile()196 return std::move(cached_odex_file_); in GetBestOatFile()864 cached_odex_file_.reset(OatFile::Open(odex_file_name.c_str(), in CopyProfileFile()867 if (cached_odex_file_.get() == nullptr) { in CopyProfileFile()873 return cached_odex_file_.get(); in CopyProfileFile()878 cached_odex_file_.reset(); in CopyProfileFile()
400 std::unique_ptr<OatFile> cached_odex_file_; variable