Searched defs:oat_dex_files_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Doat_file.h297 // for keys in oat_dex_files_ and the string_cache_ entries for the backing storage
305 Table oat_dex_files_; member in class:art::OatFile
310 // If the primary oat_dex_files_ lookup fails, use a secondary map. This map stores
/art/compiler/
H A Doat_writer.h320 dchecked_vector<OatDexFile> oat_dex_files_; member in class:art::OatWriter::CreateTypeLookupTable
/art/oatdump/
H A Doatdump.cc331 oat_dex_files_(oat_file.GetOatDexFiles()),
451 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
452 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
490 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
491 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
519 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
520 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
1260 const std::vector<const OatFile::OatDexFile*> oat_dex_files_; member in class:art::OatDumper

Completed in 135 milliseconds