Home
last modified time | relevance | path

Searched defs:section (Results 1 – 21 of 21) sorted by relevance

/art/runtime/
Dimage-inl.h90 const ImageSection& section = GetImTablesSection(); in VisitPackedImTables() local
108 const ImageSection& section = GetIMTConflictTablesSection(); in VisitPackedImtConflictTables() local
Dintern_table-inl.h83 const ImageSection& section = header.GetInternedStringsSection(); in AddImageStringsToTable() local
Dimage.cc152 std::ostream& operator<<(std::ostream& os, const ImageSection& section) { in operator <<()
Dclass_linker.cc1515 const ImageSection& section = space->GetImageHeader().GetInternedStringsSection(); in VerifyInternedStringReferences() local
/art/libdexfile/dex/
Ddex_file_layout.cc97 std::ostream& operator<<(std::ostream& os, const DexLayoutSection& section) { in operator <<()
/art/tools/ahat/src/main/com/android/ahat/
DDoc.java38 void section(String title); in section() method
DHtmlDoc.java61 public void section(String title) { in section() method in HtmlDoc
/art/dexlayout/
Dcompact_dex_writer.h59 explicit HashEqual(DexContainer::Section* section) : section_(section) {} in HashEqual()
Ddex_visualize.cc85 uint16_t section = 0; in GetColor() local
308 const dex_ir::DexFileSection& section = sorted_sections[i]; in FindNextByteAfterSection() local
Ddexdiag.cc188 for (const auto& section : sections) { in FindSectionTypeForPage() local
251 const dex_ir::DexFileSection& section = sections[i - 1]; in DisplayDexStatistics() local
Ddex_writer.h72 explicit Stream(DexContainer::Section* section) : section_(section) { in Stream()
Dcompact_dex_writer.cc214 CompactDexWriter::Deduper::Deduper(DexContainer::Section* section) in Deduper()
/art/runtime/jit/
Djit.cc645 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
704 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
732 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
1095 const ImageSection& section = header.GetMethodsSection(); in MapBootImageMethods() local
1226 const ImageSection& section = header.GetMethodsSection(); in CreateThreadPool() local
/art/libelffile/elf/
Delf_debug_reader.h75 for (const Elf_Shdr& section : sections_) { in ElfDebugReader() local
Delf_builder.h360 const Section* section, in Add()
375 void Add(Elf_Sym sym, const Section* section) { in Add()
/art/imgdiag/
Dimgdiag.cc1407 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes() local
1431 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes() local
/art/compiler/optimizing/
Dcode_generator.cc893 static uint32_t GetBootImageOffsetImpl(const void* object, ImageHeader::ImageSections section) { in GetBootImageOffsetImpl()
/art/runtime/gc/space/
Dimage_space.cc655 auto& section = image_header.GetImageSection(section_idx); in Init() local
3673 const ImageSection& section = header.GetImageSection(section_type); in DumpSections() local
/art/dex2oat/linker/
Dimage_writer.cc2606 for (const ImageSection& section : sections) { in CreateHeader() local
Doat_writer.cc3249 DexContainer::Section* const section = dex_container_->GetDataSection(); in WriteDexFiles() local
/art/oatdump/
Doatdump.cc1721 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump() local