Home | History | Annotate | Download | only in compiler

Lines Matching refs:field_section

980   auto* field_section = &sections[ImageHeader::kSectionArtFields];
981 *field_section = ImageSection(cur_pos, bin_slot_sizes_[kBinArtField]);
983 field_section->Offset());
984 cur_pos = field_section->End();