Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h313 const ImageSection& GetClassTableSection() const { in GetClassTableSection() function
Dclass_linker.cc2179 const ImageSection& class_table_section = header.GetClassTableSection(); in AddImageSpace()
/art/runtime/gc/space/
Dimage_space.cc1221 const auto& class_table_section = image_header.GetClassTableSection(); in RelocateInPlace()
1620 if (image_header.GetClassTableSection().Size() != 0u) { in DoRelocateSpaces()
1621 uint8_t* data = space->Begin() + image_header.GetClassTableSection().Offset(); in DoRelocateSpaces()
/art/oatdump/
Doatdump.cc1986 const auto& class_table_section = image_header_.GetClassTableSection(); in Dump()
/art/dex2oat/linker/
Dimage_writer.cc2914 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData()