Searched refs:class_table_section (Results 1 – 3 of 3) sorted by relevance
2515 const ImageSection& class_table_section = in CreateImageSections() local2524 cur_pos = RoundUp(class_table_section.End(), sizeof(uint32_t)); in CreateImageSections()2831 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData() local2833 image_info.image_.Begin() + class_table_section.Offset(); in CopyAndFixupNativeData()
1232 const auto& class_table_section = image_header->GetClassTableSection(); in RelocateInPlace() local1233 if (class_table_section.Size() > 0u) { in RelocateInPlace()1237 const uint8_t* data = target_base + class_table_section.Offset(); in RelocateInPlace()
2026 const ImageSection& class_table_section = header.GetClassTableSection(); in AddImageSpace() local2027 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()