Searched refs:GetImageSection (Results 1 – 9 of 9) sorted by relevance
153 const ImageSection& GetImageSection(ImageSections index) const;155 return GetImageSection(kSectionArtMethods); in GetMethodsSection()
141 const ImageSection& ImageHeader::GetImageSection(ImageSections index) const { in GetImageSection() function in art::ImageHeader
157 const ImageSection& section = header->GetImageSection(ImageHeader::kSectionInternedStrings); in AddImageStringsToTable()297 const ImageSection& intern_section = image_space->GetImageHeader().GetImageSection( in AddImageInternTable()
695 auto& section = image_header.GetImageSection(section_idx); in Init()702 const auto& bitmap_section = image_header.GetImageSection(ImageHeader::kSectionImageBitmap); in Init()743 map->Begin() + image_header.GetImageSection(ImageHeader::kSectionObjects).End(); in Init()
115 const auto& bitmap_section = image_header.GetImageSection(ImageHeader::kSectionImageBitmap); in TEST_F()
210 …const ImageSection& bitmap_section = image_header->GetImageSection(ImageHeader::kSectionImageBitma… in Write()1093 const ImageSection& intern_table_section = image_header->GetImageSection( in CopyAndFixupNativeData()
1384 os << "IMAGE SECTION " << section << ": " << image_header_.GetImageSection(section) << "\n\n"; in Dump()1557 const auto& bitmap_section = image_header_.GetImageSection(ImageHeader::kSectionImageBitmap); in Dump()1558 const auto& field_section = image_header_.GetImageSection(ImageHeader::kSectionArtFields); in Dump()1560 const auto& intern_section = image_header_.GetImageSection( in Dump()1766 const auto& field_section = state->image_header_.GetImageSection( in Callback()
421 const auto& section = image_header->GetImageSection(ImageHeader::kSectionArtFields); in PatchArtFields()465 const auto& section = image_header->GetImageSection(ImageHeader::kSectionInternedStrings); in PatchInternedStrings()
174 boot_image_header.GetImageSection(ImageHeader::kSectionObjects).Size(); in DumpImageDiffMap()