Searched refs:field_section (Results 1 – 2 of 2) sorted by relevance
1974 const auto& field_section = image_header_.GetImageSection(ImageHeader::kSectionArtFields); in Dump() local1995 CHECK_EQ(RoundUp(end_objects, kFieldSectionAlignment), field_section.Offset()); in Dump()1996 stats_.alignment_bytes += field_section.Offset() - end_objects; in Dump()1999 uint32_t end_fields = field_section.Offset() + field_section.Size(); in Dump()2023 stats_.art_field_bytes += field_section.Size(); in Dump()2236 const auto& field_section = image_header_.GetImageSection( in DumpObject() local2298 } else if (field_section.Contains( in DumpObject()
1876 ImageSection* field_section = &out_sections[ImageHeader::kSectionArtFields]; in CreateImageSections() local1877 *field_section = ImageSection(bin_slot_offsets_[kBinArtField], bin_slot_sizes_[kBinArtField]); in CreateImageSections()1878 CHECK_EQ(bin_slot_offsets_[kBinArtField], field_section->Offset()); in CreateImageSections()