Searched refs:GetImageSection (Results 1 – 7 of 7) sorted by relevance
278 ImageSection& GetImageSection(ImageSections index) { in GetImageSection() function283 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection() function289 return GetImageSection(kSectionObjects); in GetObjectsSection()293 return GetImageSection(ImageHeader::kSectionArtFields); in GetFieldsSection()297 return GetImageSection(kSectionArtMethods); in GetMethodsSection()301 return GetImageSection(kSectionRuntimeMethods); in GetRuntimeMethodsSection()305 return GetImageSection(kSectionImTables); in GetImTablesSection()309 return GetImageSection(kSectionIMTConflictTables); in GetIMTConflictTablesSection()313 return GetImageSection(kSectionDexCacheArrays); in GetDexCacheArraysSection()317 return GetImageSection(kSectionInternedStrings); in GetInternedStringsSection()[all …]
2182 EXPECT_GT(header.GetImageSection(ImageHeader::kSectionObjects).Size(), 0u); in TEST_F()2183 EXPECT_EQ(header.GetImageSection(ImageHeader::kSectionArtMethods).Size(), 0u); in TEST_F()2184 EXPECT_EQ(header.GetImageSection(ImageHeader::kSectionArtFields).Size(), 0u); in TEST_F()
1407 if (image_header.GetImageSection(section).Contains(offset)) { in ComputeDirtyBytes()1431 os << section << " " << image_header.GetImageSection(section) in ComputeDirtyBytes()
900 return space->GetImageHeader().GetImageSection(section).Contains(offset); in GetBootImageOffsetImpl()
891 auto& section = image_header.GetImageSection(section_idx); in Init()4161 const ImageSection& section = header.GetImageSection(section_type); in DumpSections()
1826 os << "IMAGE SECTION " << section << ": " << image_header_.GetImageSection(section) << "\n\n"; in Dump()
551 ImageSection& bitmap_section = image_header->GetImageSection(ImageHeader::kSectionImageBitmap); in Write()