Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc2515 const ImageSection& class_table_section = in CreateImageSections() local
2524 cur_pos = RoundUp(class_table_section.End(), sizeof(uint32_t)); in CreateImageSections()
2831 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData() local
2833 image_info.image_.Begin() + class_table_section.Offset(); in CopyAndFixupNativeData()
/art/runtime/gc/space/
Dimage_space.cc1232 const auto& class_table_section = image_header->GetClassTableSection(); in RelocateInPlace() local
1233 if (class_table_section.Size() > 0u) { in RelocateInPlace()
1237 const uint8_t* data = target_base + class_table_section.Offset(); in RelocateInPlace()
/art/runtime/
Dclass_linker.cc2026 const ImageSection& class_table_section = header.GetClassTableSection(); in AddImageSpace() local
2027 const bool added_class_table = class_table_section.Size() > 0u; in AddImageSpace()
2031 temp_set = ClassTable::ClassSet(space->Begin() + class_table_section.Offset(), in AddImageSpace()