Searched refs:sections_ (Results 1 – 7 of 7) sorted by relevance
53 for (const DexLayoutSection& section : sections_) { in Madvise()94 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n"; in operator <<()
118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)]; variable
210 std::vector<Section*>& sections = owner_->sections_; in AddSection()640 for (auto* section : sections_) { in End()653 shdrs.reserve(1u + sections_.size()); in End()655 for (auto* section : sections_) { in End()929 CHECK(!sections_.empty()); in MakeProgramHeaders()951 for (auto* section : sections_) { in MakeProgramHeaders()982 for (auto* section : sections_) { in MakeProgramHeaders()1032 std::vector<Section*> sections_; variable
237 return sections_[index]; in GetImageSection()441 ImageSection sections_[kSectionCount]; variable
77 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
557 code_section = &dex_layout_->GetSections().sections_[static_cast<size_t>( in WriteCodeItems()
1395 sections->sections_[static_cast<size_t>(DexLayoutSections::SectionType::kSectionTypeCode)]; in TEST_F()