Home
last modified time | relevance | path

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

/art/runtime/
Dimage-inl.h51 const ImageSection& section = GetImageSection(kSectionIMTConflictTables); in VisitPackedImtConflictTables() local
Dimage.cc146 std::ostream& operator<<(std::ostream& os, const ImageSection& section) { in operator <<()
Dintern_table.cc181 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/patchoat/
Dpatchoat.cc533 const auto& section = image_header->GetImageSection(ImageHeader::kSectionInternedStrings); in PatchInternedStrings() local
544 const auto& section = image_header->GetImageSection(ImageHeader::kSectionClassTable); in PatchClassTable() local
/art/runtime/gc/space/
Dimage_space.cc1214 auto& section = image_header->GetImageSection(section_idx); in Init() local
1576 const ImageSection& section = header.GetImageSection(section_type); in DumpSections() local
/art/compiler/
Delf_builder.h359 const Section* section, in Add()
Dimage_writer.cc1512 for (const ImageSection& section : sections) { in CreateHeader() local
/art/oatdump/
Doatdump.cc1294 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump() local