Lines Matching refs:oat_dex_files_
387 oat_dex_files_(oat_file.GetOatDexFiles()), in OatDumper()
510 for (size_t i = 0; i < oat_dex_files_.size(); i++) { in Dump()
511 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
560 for (size_t i = 0; i < oat_dex_files_.size(); i++) { in Dump()
561 const DexFile* dex_file = OpenDexFile(oat_dex_files_[i], &error_msg); in Dump()
579 for (size_t i = 0; i < oat_dex_files_.size(); i++) { in Dump()
580 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
604 if (oat_dex_files_.size() != vdex_dex_files.size()) { in Dump()
606 << vdex_dex_files.size() << " vs " << oat_dex_files_.size() << '\n'; in Dump()
612 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
704 for (size_t i = 0; i < oat_dex_files_.size(); i++) { in GetQuickOatCode()
705 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode()
839 for (size_t i = 0; i < oat_dex_files_.size(); i++) { in AddAllOffsets()
840 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets()
1776 const std::vector<const OatDexFile*> oat_dex_files_; member in art::OatDumper