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