Searched refs:class_table_section (Results 1 – 2 of 2) sorted by relevance
2585 const ImageSection& class_table_section = in CreateImageSections() local2594 cur_pos = RoundUp(class_table_section.End(), sizeof(uint32_t)); in CreateImageSections()2898 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData() local2900 image_info.image_.Begin() + class_table_section.Offset(); in CopyAndFixupNativeData()
1983 const auto& class_table_section = image_header_.GetClassTableSection(); in Dump() local2019 stats_.alignment_bytes += class_table_section.Offset() - end_intern; in Dump()2031 stats_.class_table_bytes += class_table_section.Size(); in Dump()