Lines Matching refs:OatDexFile

289 class OatWriter::OatDexFile {  class in art::linker::OatWriter
291 OatDexFile(const char* dex_file_location,
296 OatDexFile(OatDexFile&& src) = default;
358 DISALLOW_COPY_AND_ASSIGN(OatDexFile);
656 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations()
949 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor()
2036 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitClassOffsets()
2058 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatClasses()
2184 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatDexFiles()
2593 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteQuickeningInfo()
2876 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteClassOffsets()
2991 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteIndexBssMappings()
3065 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles()
3194 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3217 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3248 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3274 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3331 for (OatDexFile& oat_dex_file : oat_dex_files_) { in CloseSources()
3341 OatDexFile* oat_dex_file, in WriteDexFile()
3378 bool OatWriter::SeekToDexFile(OutputStream* out, File* file, OatDexFile* oat_dex_file) { in SeekToDexFile()
3418 bool OatWriter::LayoutAndWriteDexFile(OutputStream* out, OatDexFile* oat_dex_file) { in LayoutAndWriteDexFile()
3520 OatDexFile* oat_dex_file, in WriteDexFile()
3607 OatDexFile* oat_dex_file, in WriteDexFile()
3657 OatDexFile* oat_dex_file, in WriteDexFile()
3698 for (OatDexFile& oat_dex_file : oat_dex_files_) { in OpenDexFiles()
3753 for (OatDexFile& oat_dex_file : oat_dex_files_) { in OpenDexFiles()
3811 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteTypeLookupTables()
3832 std::make_unique<art::OatDexFile>(std::move(type_lookup_table))); in WriteTypeLookupTables()
3899 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteDexLayoutSections()
3954 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteChecksumsAndVdexHeader()
4040 OatWriter::OatDexFile::OatDexFile(const char* dex_file_location, in OatDexFile() function in art::linker::OatWriter::OatDexFile
4062 size_t OatWriter::OatDexFile::SizeOf() const { in SizeOf()
4075 bool OatWriter::OatDexFile::Write(OatWriter* oat_writer, OutputStream* out) const { in Write()
4142 bool OatWriter::OatDexFile::WriteClassOffsets(OatWriter* oat_writer, OutputStream* out) { in WriteClassOffsets()
4244 const OatDexFile& oat_dex_file = oat_dex_files_[i]; in GetDebugInfo()