Home | History | Annotate | Download | only in oatdump

Lines Matching defs:oat_dex_files_

144       oat_dex_files_(oat_file.GetOatDexFiles()),
249 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
250 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
278 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
279 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
307 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
308 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
957 const std::vector<const OatFile::OatDexFile*> oat_dex_files_;