Home | History | Annotate | Download | only in oatdump

Lines Matching refs:oat_dex_files_

347       oat_dex_files_(oat_file.GetOatDexFiles()),
472 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
473 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
498 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
499 const DexFile* dex_file = OpenDexFile(oat_dex_files_[i], &error_msg);
515 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
516 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
560 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
561 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
738 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
739 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
1708 const std::vector<const OatFile::OatDexFile*> oat_dex_files_;