Lines Matching refs:GetImageSection
278 ImageSection& GetImageSection(ImageSections index) { in GetImageSection() function
283 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection() function
289 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()
321 return GetImageSection(kSectionClassTable); in GetClassTableSection()
325 return GetImageSection(kSectionStringReferenceOffsets); in GetImageStringReferenceOffsetsSection()
329 return GetImageSection(kSectionMetadata); in GetMetadataSection()
333 return GetImageSection(kSectionImageBitmap); in GetImageBitmapSection()