Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1221 const auto& class_table_section = image_header.GetClassTableSection(); in RelocateInPlace() local
1222 if (class_table_section.Size() > 0u) { in RelocateInPlace()
1226 const uint8_t* data = target_base + class_table_section.Offset(); in RelocateInPlace()
/art/dex2oat/linker/
Dimage_writer.cc2615 const ImageSection& class_table_section = in CreateImageSections() local
2624 cur_pos = RoundUp(class_table_section.End(), sizeof(uint32_t)); in CreateImageSections()
2914 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData() local
2916 image_info.image_.Begin() + class_table_section.Offset(); in CopyAndFixupNativeData()
/art/oatdump/
Doatdump.cc1986 const auto& class_table_section = image_header_.GetClassTableSection(); in Dump() local
2022 stats_.alignment_bytes += class_table_section.Offset() - end_intern; in Dump()
2034 stats_.class_table_bytes += class_table_section.Size(); in Dump()
/art/runtime/
Dclass_linker.cc2179 const ImageSection& class_table_section = header.GetClassTableSection(); in AddImageSpace() local
2180 const bool added_class_table = class_table_section.Size() > 0u; in AddImageSpace()
2184 temp_set = ClassTable::ClassSet(space->Begin() + class_table_section.Offset(), in AddImageSpace()