Lines Matching refs:oat_dex_files_

362     oat_dex_files_.emplace_back(location,  in AddDexFileSource()
398 oat_dex_files_.emplace_back(full_location, in AddZippedDexFilesSource()
428 oat_dex_files_.emplace_back(full_location, in AddVdexDexFilesSource()
431 oat_dex_files_.back().dex_file_location_checksum_ = vdex_file.GetLocationChecksum(i); in AddVdexDexFilesSource()
439 if (oat_dex_files_.empty()) { in AddVdexDexFilesSource()
467 oat_dex_files_.emplace_back(location, DexFileSource(data.data()), create_type_lookup_table); in AddRawDexFileSource()
468 oat_dex_files_.back().dex_file_location_checksum_ = location_checksum; in AddRawDexFileSource()
474 locations.reserve(oat_dex_files_.size()); in GetSourceLocations()
475 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations()
504 vdex_size_ = sizeof(VdexFile::Header) + oat_dex_files_.size() * sizeof(VdexFile::VdexChecksum); in WriteAndOpenDexFiles()
508 dchecked_integral_cast<uint32_t>(oat_dex_files_.size()), in WriteAndOpenDexFiles()
532 if (!oat_dex_files_.empty()) { in WriteAndOpenDexFiles()
533 size_t size = oat_size_ - oat_dex_files_[0].dex_file_offset_; in WriteAndOpenDexFiles()
544 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteAndOpenDexFiles()
595 CHECK_EQ(dex_files_->size(), oat_dex_files_.size()); in PrepareLayout()
683 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor()
1731 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatDexFiles()
1747 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatClasses()
2203 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteClassOffsets()
2359 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
2370 for (OatDexFile& oat_dex_file : oat_dex_files_) { in CloseSources()
2709 DCHECK(oat_dex_files_.empty() || oat_dex_files_[0u].offset_ == oat_header_->GetHeaderSize()); in WriteOatDexFiles()
2718 for (size_t i = 0, size = oat_dex_files_.size(); i != size; ++i) { in WriteOatDexFiles()
2719 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles()
2748 if (oat_dex_files_.empty()) { in OpenDexFiles()
2753 size_t map_offset = oat_dex_files_[0].dex_file_offset_; in OpenDexFiles()
2772 for (OatDexFile& oat_dex_file : oat_dex_files_) { in OpenDexFiles()
2832 DCHECK_EQ(opened_dex_files.size(), oat_dex_files_.size()); in WriteTypeLookupTables()
2834 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteTypeLookupTables()
2913 for (size_t i = 0, size = oat_dex_files_.size(); i != size; ++i) { in WriteChecksumsAndVdexHeader()
2914 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteChecksumsAndVdexHeader()
2939 VdexFile::Header vdex_header(oat_dex_files_.size(), in WriteChecksumsAndVdexHeader()