Lines Matching refs:GetImageSection
279 ImageSection& GetImageSection(ImageSections index) { in GetImageSection() function
284 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection() function
290 return GetImageSection(kSectionObjects); in GetObjectsSection()
294 return GetImageSection(ImageHeader::kSectionArtFields); in GetFieldsSection()
298 return GetImageSection(kSectionArtMethods); in GetMethodsSection()
302 return GetImageSection(kSectionRuntimeMethods); in GetRuntimeMethodsSection()
306 return GetImageSection(kSectionImTables); in GetImTablesSection()
310 return GetImageSection(kSectionIMTConflictTables); in GetIMTConflictTablesSection()
314 return GetImageSection(kSectionInternedStrings); in GetInternedStringsSection()
318 return GetImageSection(kSectionClassTable); in GetClassTableSection()
322 return GetImageSection(kSectionStringReferenceOffsets); in GetImageStringReferenceOffsetsSection()
326 return GetImageSection(kSectionMetadata); in GetMetadataSection()
330 return GetImageSection(kSectionImageBitmap); in GetImageBitmapSection()