Home | History | Annotate | Download | only in runtime

Lines Matching refs:boot_oat_files

141   std::vector<const OatFile*> boot_oat_files = GetBootOatFiles();
142 if (!boot_oat_files.empty()) {
144 if (std::find(boot_oat_files.begin(), boot_oat_files.end(), oat_file.get()) ==
145 boot_oat_files.end()) {
1056 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles();
1058 if (ContainsElement(boot_oat_files, oat_file.get())) {