Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc2585 const ImageSection& class_table_section = in CreateImageSections() local
2594 cur_pos = RoundUp(class_table_section.End(), sizeof(uint32_t)); in CreateImageSections()
2898 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData() local
2900 image_info.image_.Begin() + class_table_section.Offset(); in CopyAndFixupNativeData()
/art/oatdump/
Doatdump.cc1987 const auto& class_table_section = image_header_.GetClassTableSection(); in Dump() local
2023 stats_.alignment_bytes += class_table_section.Offset() - end_intern; in Dump()
2035 stats_.class_table_bytes += class_table_section.Size(); in Dump()
/art/runtime/gc/space/
Dimage_space.cc1456 const auto& class_table_section = image_header->GetClassTableSection(); in RelocateInPlace() local
1457 if (class_table_section.Size() > 0u) { in RelocateInPlace()
1461 const uint8_t* data = target_base + class_table_section.Offset(); in RelocateInPlace()
/art/runtime/
Dclass_linker.cc2225 const ImageSection& class_table_section = header.GetClassTableSection(); in AddImageSpace() local
2226 const bool added_class_table = class_table_section.Size() > 0u; in AddImageSpace()
2230 temp_set = ClassTable::ClassSet(space->Begin() + class_table_section.Offset(), in AddImageSpace()