Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h235 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection() function
241 return GetImageSection(kSectionObjects); in GetObjectsSection()
245 return GetImageSection(ImageHeader::kSectionArtFields); in GetFieldsSection()
249 return GetImageSection(kSectionArtMethods); in GetMethodsSection()
253 return GetImageSection(kSectionRuntimeMethods); in GetRuntimeMethodsSection()
257 return GetImageSection(kSectionImTables); in GetImTablesSection()
261 return GetImageSection(kSectionIMTConflictTables); in GetIMTConflictTablesSection()
265 return GetImageSection(kSectionDexCacheArrays); in GetDexCacheArraysSection()
269 return GetImageSection(kSectionInternedStrings); in GetInternedStringsSection()
273 return GetImageSection(kSectionClassTable); in GetClassTableSection()
[all …]
/art/dex2oat/
Ddex2oat_test.cc2135 EXPECT_GT(header.GetImageSection(ImageHeader::kSectionObjects).Size(), 0u); in TEST_F()
2136 EXPECT_EQ(header.GetImageSection(ImageHeader::kSectionArtMethods).Size(), 0u); in TEST_F()
2137 EXPECT_EQ(header.GetImageSection(ImageHeader::kSectionArtFields).Size(), 0u); in TEST_F()
/art/imgdiag/
Dimgdiag.cc1367 if (image_header_.GetImageSection(section).Contains(offset)) { in ComputeDirtyBytes()
1391 os << section << " " << image_header_.GetImageSection(section) in ComputeDirtyBytes()
/art/runtime/gc/space/
Dimage_space.cc608 auto& section = image_header->GetImageSection(section_idx); in Init()
1983 const ImageSection& section = header.GetImageSection(section_type); in DumpSections()
/art/oatdump/
Doatdump.cc2001 os << "IMAGE SECTION " << section << ": " << image_header_.GetImageSection(section) << "\n\n"; in Dump()