Lines Matching refs:OatDexFile

300 class OatWriter::OatDexFile {  class in art::linker::OatWriter
302 OatDexFile(const char* dex_file_location,
307 OatDexFile(OatDexFile&& src) = default;
369 DISALLOW_COPY_AND_ASSIGN(OatDexFile);
669 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations()
960 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor()
2047 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitClassOffsets()
2069 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatClasses()
2195 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatDexFiles()
2573 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteQuickeningInfo()
2819 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteClassOffsets()
2934 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteIndexBssMappings()
3008 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles()
3137 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3163 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3175 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3198 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3257 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3302 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles()
3326 for (OatDexFile& oat_dex_file : oat_dex_files_) { in CloseSources()
3335 OatDexFile* oat_dex_file, in WriteDexFile()
3362 bool OatWriter::LayoutDexFile(OatDexFile* oat_dex_file) { in LayoutDexFile()
3455 OatDexFile* oat_dex_file, in WriteDexFile()
3471 OatDexFile* oat_dex_file, in WriteDexFile()
3484 bool OatWriter::WriteDexFile(OatDexFile* oat_dex_file, in WriteDexFile()
3518 for (OatDexFile& oat_dex_file : oat_dex_files_) { in OpenDexFiles()
3557 for (OatDexFile& oat_dex_file : oat_dex_files_) { in OpenDexFiles()
3614 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteTypeLookupTables()
3635 std::make_unique<art::OatDexFile>(std::move(type_lookup_table))); in WriteTypeLookupTables()
3702 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteDexLayoutSections()
3815 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in FinishVdexFile()
3903 OatWriter::OatDexFile::OatDexFile(const char* dex_file_location, in OatDexFile() function in art::linker::OatWriter::OatDexFile
3925 size_t OatWriter::OatDexFile::SizeOf() const { in SizeOf()
3938 bool OatWriter::OatDexFile::Write(OatWriter* oat_writer, OutputStream* out) const { in Write()
4005 bool OatWriter::OatDexFile::WriteClassOffsets(OatWriter* oat_writer, OutputStream* out) { in WriteClassOffsets()
4107 const OatDexFile& oat_dex_file = oat_dex_files_[i]; in GetDebugInfo()