Lines Matching refs:back
554 DexFileSource(raw_dex_files_.back().get()), in AddDexFileSource()
560 ZipArchive* zip_archive = zip_archives_.back().get(); in AddDexFileSource()
574 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddDexFileSource()
578 DexFileSource(zipped_dex_files_.back().get()), in AddDexFileSource()
580 zipped_dex_files_.back()->GetCrc32(), in AddDexFileSource()
581 zipped_dex_files_.back()->GetUncompressedLength()); in AddDexFileSource()
614 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddVdexDexFilesSource()
1021 OatClassHeader& header = writer_->oat_class_headers_.back(); in EndClass()
1027 offset_ += writer_->oat_classes_.back().SizeOf(); in EndClass()
3522 MemMap* map = &maps.back(); in OpenDexFiles()
3537 if (dex_files.back() == nullptr) { in OpenDexFiles()
3542 oat_dex_file.class_offsets_.resize(dex_files.back()->GetHeader().class_defs_size_); in OpenDexFiles()
3585 if (dex_files.back() == nullptr) { in OpenDexFiles()
3593 oat_dex_file.class_offsets_.resize(dex_files.back()->GetHeader().class_defs_size_); in OpenDexFiles()
3636 dex_file.SetOatDexFile(type_lookup_table_oat_dex_files_.back().get()); in WriteTypeLookupTables()
3638 const TypeLookupTable& table = type_lookup_table_oat_dex_files_.back()->GetTypeLookupTable(); in WriteTypeLookupTables()