Home | History | Annotate | Download | only in oatdump

Lines Matching defs:oat_dex_files_

348       oat_dex_files_(oat_file.GetOatDexFiles()),
463 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
464 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
500 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
501 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
529 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
530 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
1357 const std::vector<const OatFile::OatDexFile*> oat_dex_files_;