Searched refs:oat_dex_files (Results 1 – 3 of 3) sorted by relevance
76 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation() local77 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation()
2004 std::vector<std::unique_ptr<const DexFile>> oat_dex_files = in OpenClassPathFiles() local2008 std::make_move_iterator(oat_dex_files.begin()), in OpenClassPathFiles()2009 std::make_move_iterator(oat_dex_files.end())); in OpenClassPathFiles()
173 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk() local174 for (size_t i = 0; i < oat_dex_files.size(); i++) { in Walk()175 const OatFile::OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk()