Lines Matching refs:oat_files_
75 CHECK(oat_files_.find(oat_file) == oat_files_.end()); in RegisterOatFile()
76 for (const std::unique_ptr<const OatFile>& existing : oat_files_) { in RegisterOatFile()
84 oat_files_.insert(std::move(oat_file)); in RegisterOatFile()
92 auto it = oat_files_.find(compare); in UnRegisterAndDeleteOatFile()
93 CHECK(it != oat_files_.end()); in UnRegisterAndDeleteOatFile()
94 oat_files_.erase(it); in UnRegisterAndDeleteOatFile()
101 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in FindOpenedOatFileFromDexLocation()
120 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in FindOpenedOatFileFromOatLocationLocked()
143 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in GetPrimaryOatFile()
159 oat_files_.clear(); in ~OatFileManager()
811 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in SetOnlyUseSystemOatFiles()
822 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in DumpForSigQuit()