Lines Matching refs:sections
2667 dchecked_vector<ImageSection> sections(ImageHeader::kSectionCount); in CreateImageSections() local
2675 sections[ImageHeader::kSectionObjects] = in CreateImageSections()
2681 sections[ImageHeader::kSectionArtFields] = in CreateImageSections()
2687 sections[ImageHeader::kSectionArtMethods] = in CreateImageSections()
2695 sections[ImageHeader::kSectionImTables] = in CreateImageSections()
2701 sections[ImageHeader::kSectionIMTConflictTables] = in CreateImageSections()
2707 sections[ImageHeader::kSectionRuntimeMethods] = in CreateImageSections()
2713 sections[ImageHeader::kSectionJniStubMethods] = in CreateImageSections()
2721 size_t cur_pos = RoundUp(sections[ImageHeader::kSectionJniStubMethods].End(), sizeof(uint64_t)); in CreateImageSections()
2724 sections[ImageHeader::kSectionInternedStrings] = in CreateImageSections()
2735 sections[ImageHeader::kSectionClassTable] = in CreateImageSections()
2750 sections[ImageHeader::kSectionStringReferenceOffsets] = in CreateImageSections()
2758 cur_pos = RoundUp(sections[ImageHeader::kSectionStringReferenceOffsets].End(), sizeof(uint32_t)); in CreateImageSections()
2760 sections[ImageHeader::kSectionDexCacheArrays] = ImageSection(cur_pos, 0u); in CreateImageSections()
2770 sections[ImageHeader::kSectionMetadata] = in CreateImageSections()
2775 return make_pair(metadata_section.End(), std::move(sections)); in CreateImageSections()
2825 dchecked_vector<ImageSection>& sections = section_info_pair.second; in CreateHeader() local
2829 auto* bitmap_section = §ions[ImageHeader::kSectionImageBitmap]; in CreateHeader()
2838 for (const ImageSection& section : sections) { in CreateHeader()
2859 sections.data(), in CreateHeader()