Home
last modified time | relevance | path

Searched refs:GetImageSection (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dimage.h153 const ImageSection& GetImageSection(ImageSections index) const;
155 return GetImageSection(kSectionArtMethods); in GetMethodsSection()
Dimage.cc141 const ImageSection& ImageHeader::GetImageSection(ImageSections index) const { in GetImageSection() function in art::ImageHeader
Dintern_table.cc157 const ImageSection& section = header->GetImageSection(ImageHeader::kSectionInternedStrings); in AddImageStringsToTable()
297 const ImageSection& intern_section = image_space->GetImageHeader().GetImageSection( in AddImageInternTable()
/art/runtime/gc/space/
Dimage_space.cc695 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()
/art/compiler/
Dimage_test.cc115 const auto& bitmap_section = image_header.GetImageSection(ImageHeader::kSectionImageBitmap); in TEST_F()
Dimage_writer.cc210 …const ImageSection& bitmap_section = image_header->GetImageSection(ImageHeader::kSectionImageBitma… in Write()
1093 const ImageSection& intern_table_section = image_header->GetImageSection( in CopyAndFixupNativeData()
/art/oatdump/
Doatdump.cc1384 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()
/art/patchoat/
Dpatchoat.cc421 const auto& section = image_header->GetImageSection(ImageHeader::kSectionArtFields); in PatchArtFields()
465 const auto& section = image_header->GetImageSection(ImageHeader::kSectionInternedStrings); in PatchInternedStrings()
/art/imgdiag/
Dimgdiag.cc174 boot_image_header.GetImageSection(ImageHeader::kSectionObjects).Size(); in DumpImageDiffMap()