Home | History | Annotate | Download | only in oatdump

Lines Matching refs:oat_dex_files_

102       oat_dex_files_(oat_file.GetOatDexFiles()),
147 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
148 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
174 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
175 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
199 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
200 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
658 std::vector<const OatFile::OatDexFile*> oat_dex_files_;