Home
last modified time | relevance | path

Searched refs:oat_dex_files (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file_manager.cc76 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation() local
77 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation()
/art/dex2oat/
Ddex2oat.cc2004 std::vector<std::unique_ptr<const DexFile>> oat_dex_files = in OpenClassPathFiles() local
2008 std::make_move_iterator(oat_dex_files.begin()), in OpenClassPathFiles()
2009 std::make_move_iterator(oat_dex_files.end())); in OpenClassPathFiles()
/art/oatdump/
Doatdump.cc173 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk() local
174 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()