Lines Matching refs:OatDexFile
307 class OatWriter::OatDexFile { class in art::linker::OatWriter
309 OatDexFile(const char* dex_file_location,
313 OatDexFile(OatDexFile&& src) = default;
374 DISALLOW_COPY_AND_ASSIGN(OatDexFile);
673 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations()
969 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor()
2086 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitClassOffsets()
2108 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatClasses()
2261 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatDexFiles()
2750 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteClassOffsets()
2880 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteIndexBssMappings()
2980 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles()
3110 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3134 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3146 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3167 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3226 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3262 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3286 for (OatDexFile& oat_dex_file : oat_dex_files_) { in CloseSources()
3295 OatDexFile* oat_dex_file, in WriteDexFile()
3322 bool OatWriter::LayoutDexFile(OatDexFile* oat_dex_file) { in LayoutDexFile()
3415 OatDexFile* oat_dex_file, in WriteDexFile()
3431 OatDexFile* oat_dex_file, in WriteDexFile()
3444 bool OatWriter::WriteDexFile(OatDexFile* oat_dex_file, in WriteDexFile()
3478 for (OatDexFile& oat_dex_file : oat_dex_files_) { in OpenDexFiles()
3517 for (OatDexFile& oat_dex_file : oat_dex_files_) { in OpenDexFiles()
3565 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in InitializeTypeLookupTables()
3580 std::make_unique<art::OatDexFile>(std::move(type_lookup_table))); in InitializeTypeLookupTables()
3604 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteDexLayoutSections()
3670 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteTypeLookupTables()
3760 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in FinishVdexFile()
3855 OatWriter::OatDexFile::OatDexFile(const char* dex_file_location, in OatDexFile() function in art::linker::OatWriter::OatDexFile
3877 size_t OatWriter::OatDexFile::SizeOf() const { in SizeOf()
3892 bool OatWriter::OatDexFile::Write(OatWriter* oat_writer, OutputStream* out) const { in Write()
3974 bool OatWriter::OatDexFile::WriteClassOffsets(OatWriter* oat_writer, OutputStream* out) { in WriteClassOffsets()
4081 const OatDexFile& oat_dex_file = oat_dex_files_[i]; in GetDebugInfo()