Searched refs:oat_dex_files (Results 1 – 3 of 3) sorted by relevance
234 std::vector<std::unique_ptr<const DexFile>> oat_dex_files; in OpenDexFiles() local236 OatFileAssistant::LoadDexFiles(*oat_file, location, &oat_dex_files)) { in OpenDexFiles()239 std::make_move_iterator(oat_dex_files.begin()), in OpenDexFiles()240 std::make_move_iterator(oat_dex_files.end())); in OpenDexFiles()
95 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation() local96 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation()
234 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk() local235 for (size_t i = 0; i < oat_dex_files.size(); i++) { in Walk()236 const OatFile::OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk()