Home
last modified time | relevance | path

Searched refs:kSectionClassTable (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dimage.h201 kSectionClassTable, enumerator
Dclass_linker.cc1753 const ImageSection& class_table_section = header.GetImageSection(ImageHeader::kSectionClassTable); in AddImageSpace()
/art/compiler/
Dimage_writer.cc1488 ImageSection* class_table_section = &out_sections[ImageHeader::kSectionClassTable]; in CreateImageSections()
1689 ImageHeader::kSectionClassTable); in CopyAndFixupNativeData()
/art/patchoat/
Dpatchoat.cc544 const auto& section = image_header->GetImageSection(ImageHeader::kSectionClassTable); in PatchClassTable()
/art/runtime/gc/space/
Dimage_space.cc1138 const auto& class_table_section = image_header.GetImageSection(ImageHeader::kSectionClassTable); in RelocateInPlace()
/art/oatdump/
Doatdump.cc1468 ImageHeader::kSectionClassTable); in Dump()