Lines Matching refs:sections
2546 std::vector<ImageSection> sections(ImageHeader::kSectionCount); in CreateImageSections() local
2554 sections[ImageHeader::kSectionObjects] = in CreateImageSections()
2560 sections[ImageHeader::kSectionArtFields] = in CreateImageSections()
2566 sections[ImageHeader::kSectionArtMethods] = in CreateImageSections()
2574 sections[ImageHeader::kSectionImTables] = in CreateImageSections()
2580 sections[ImageHeader::kSectionIMTConflictTables] = in CreateImageSections()
2586 sections[ImageHeader::kSectionRuntimeMethods] = in CreateImageSections()
2593 sections[ImageHeader::kSectionDexCacheArrays] = in CreateImageSections()
2605 sections[ImageHeader::kSectionInternedStrings] = in CreateImageSections()
2616 sections[ImageHeader::kSectionClassTable] = in CreateImageSections()
2631 sections[ImageHeader::kSectionStringReferenceOffsets] = in CreateImageSections()
2645 sections[ImageHeader::kSectionMetadata] = in CreateImageSections()
2650 return make_pair(metadata_section.End(), std::move(sections)); in CreateImageSections()
2679 std::vector<ImageSection>& sections = section_info_pair.second; in CreateHeader() local
2683 auto* bitmap_section = §ions[ImageHeader::kSectionImageBitmap]; in CreateHeader()
2688 for (const ImageSection& section : sections) { in CreateHeader()
2716 sections.data(), in CreateHeader()