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

/art/runtime/
H A Doat_file_assistant.h420 std::unique_ptr<OatFile> cached_oat_file_; member in class:art::OatFileAssistant
H A Doat_file_assistant.cc170 return std::move(cached_oat_file_);
187 return std::move(cached_oat_file_);
890 cached_oat_file_.reset(OatFile::Open(oat_file_name.c_str(),
893 if (cached_oat_file_.get() == nullptr) {
899 return cached_oat_file_.get();
904 cached_oat_file_.reset();

Completed in 6 milliseconds