Home | History | Annotate | Download | only in oatdump

Lines Matching refs:OatDexFile

250       const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
279 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
308 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
361 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
363 os << "OatDexFile:\n";
957 const std::vector<const OatFile::OatDexFile*> oat_dex_files_;
1058 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) {