Home
last modified time | relevance | path

Searched refs:GetClassTableSection (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dimage.h317 const ImageSection& GetClassTableSection() const { in GetClassTableSection() function
Dclass_linker.cc2041 const ImageSection& class_table_section = header.GetClassTableSection(); in AddImageSpace()
/art/runtime/gc/space/
Dimage_space.cc1239 const auto& class_table_section = image_header->GetClassTableSection(); in RelocateInPlace()
2769 if (image_header.GetClassTableSection().Size() != 0u) { in DoRelocateSpaces()
2770 uint8_t* data = space->Begin() + image_header.GetClassTableSection().Offset(); in DoRelocateSpaces()
/art/dex2oat/linker/
Dimage_writer.cc2909 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData()