Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_layout.cc37 for (const DexLayoutSection& section : sections_) { in Madvise() local
67 std::ostream& operator<<(std::ostream& os, const DexLayoutSection& section) { in operator <<()
Dimage-inl.h54 const ImageSection& section = GetImageSection(kSectionImTables); in VisitPackedImTables() local
72 const ImageSection& section = GetImageSection(kSectionIMTConflictTables); in VisitPackedImtConflictTables() local
Dimage.cc148 std::ostream& operator<<(std::ostream& os, const ImageSection& section) { in operator <<()
Dintern_table.cc185 const ImageSection& section = header->GetImageSection(ImageHeader::kSectionInternedStrings); in AddImagesStringsToTable() local
/art/tools/ahat/src/
DDoc.java38 void section(String title); in section() method
DHtmlDoc.java61 public void section(String title) { in section() method in HtmlDoc
/art/dexlayout/
Ddex_visualize.cc83 uint16_t section = 0; in GetColor() local
310 const dex_ir::DexFileSection& section = sorted_sections.at(i); in FindNextByteAfterSection() local
Ddexdiag.cc178 for (const auto& section : sections) { in FindSectionTypeForPage() local
241 const dex_ir::DexFileSection& section = sections[i - 1]; in DisplayDexStatistics() local
/art/patchoat/
Dpatchoat.cc471 const auto& section = image_header->GetImageSection(ImageHeader::kSectionInternedStrings); in PatchInternedStrings() local
482 const auto& section = image_header->GetImageSection(ImageHeader::kSectionClassTable); in PatchClassTable() local
/art/runtime/gc/space/
Dimage_space.cc574 auto& section = image_header->GetImageSection(section_idx); in Init() local
1919 const ImageSection& section = header.GetImageSection(section_type); in DumpSections() local
/art/imgdiag/
Dimgdiag.cc1366 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes() local
1390 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes() local
/art/compiler/
Delf_builder.h364 const Section* section, in Add()
Dimage_writer.cc1937 for (const ImageSection& section : sections) { in CreateHeader() local
/art/oatdump/
Doatdump.cc1803 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump() local