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.h34 const ImageSection& section = header.GetInternedStringsSection(); in AddImageStringsToTable() local
Dimage.cc151 std::ostream& operator<<(std::ostream& os, const ImageSection& section) { in operator <<()
Dclass_linker.cc1614 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.h60 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.cc212 CompactDexWriter::Deduper::Deduper(bool enabled, DexContainer::Section* section) in Deduper()
/art/runtime/jit/
Djit.cc639 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
698 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
726 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
1077 const ImageSection& section = header.GetMethodsSection(); in MapBootImageMethods() local
1242 const ImageSection& section = header.GetMethodsSection(); in CreateThreadPool() local
/art/libelffile/elf/
Delf_debug_reader.h73 for (const Elf_Shdr& section : sections_) { in ElfDebugReader() local
Delf_builder.h353 const Section* section, in Add()
368 void Add(Elf_Sym sym, const Section* section) { in Add()
/art/imgdiag/
Dimgdiag.cc1406 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes() local
1430 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes() local
/art/compiler/optimizing/
Dcode_generator.cc889 static uint32_t GetBootImageOffsetImpl(const void* object, ImageHeader::ImageSections section) { in GetBootImageOffsetImpl()
/art/runtime/gc/space/
Dimage_space.cc891 auto& section = image_header.GetImageSection(section_idx); in Init() local
4161 const ImageSection& section = header.GetImageSection(section_type); in DumpSections() local
/art/dex2oat/linker/
Dimage_writer.cc2677 for (const ImageSection& section : sections) { in CreateHeader() local
Doat_writer.cc3289 DexContainer::Section* const section = dex_container_->GetDataSection(); in WriteDexFiles() local
/art/oatdump/
Doatdump.cc1825 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump() local