Lines Matching refs:oat_dex_files_
385 oat_dex_files_(oat_file.GetOatDexFiles()), in OatDumper()
512 for (size_t i = 0; i < oat_dex_files_.size(); i++) { in Dump()
513 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
576 for (size_t i = 0; i < oat_dex_files_.size(); i++) { in Dump()
577 const DexFile* dex_file = OpenDexFile(oat_dex_files_[i], &error_msg); in Dump()
597 for (size_t i = 0; i < oat_dex_files_.size(); i++) { in Dump()
598 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
622 if (oat_dex_files_.size() != vdex_dex_files.size()) { in Dump()
624 << vdex_dex_files.size() << " vs " << oat_dex_files_.size() << '\n'; in Dump()
630 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
722 for (size_t i = 0; i < oat_dex_files_.size(); i++) { in GetQuickOatCode()
723 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode()
821 for (size_t i = 0; i < oat_dex_files_.size(); i++) { in AddAllOffsets()
822 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets()
1675 const std::vector<const OatDexFile*> oat_dex_files_; member in art::OatDumper