Searched refs:field_section (Results 1 – 2 of 2) sorted by relevance
1461 const auto& field_section = image_header_.GetImageSection(ImageHeader::kSectionArtFields); in Dump() local1482 CHECK_EQ(RoundUp(end_objects, kFieldSectionAlignment), field_section.Offset()); in Dump()1483 stats_.alignment_bytes += field_section.Offset() - end_objects; in Dump()1486 uint32_t end_fields = field_section.Offset() + field_section.Size(); in Dump()1510 stats_.art_field_bytes += field_section.Size(); in Dump()1721 const auto& field_section = state->image_header_.GetImageSection( in Callback() local1779 } else if (field_section.Contains( in Callback()
1454 ImageSection* field_section = &out_sections[ImageHeader::kSectionArtFields]; in CreateImageSections() local1455 *field_section = ImageSection(bin_slot_offsets_[kBinArtField], bin_slot_sizes_[kBinArtField]); in CreateImageSections()1456 CHECK_EQ(bin_slot_offsets_[kBinArtField], field_section->Offset()); in CreateImageSections()