Home
last modified time | relevance | path

Searched refs:sections_ (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Ddex_file_layout.cc53 for (const DexLayoutSection& section : sections_) { in Madvise()
94 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n"; in operator <<()
Ddex_file_layout.h118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)]; variable
/art/compiler/linker/
Delf_builder.h210 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
/art/runtime/
Dimage.h237 return sections_[index]; in GetImageSection()
441 ImageSection sections_[kSectionCount]; variable
Dimage.cc77 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
/art/dexlayout/
Ddex_writer.cc557 code_section = &dex_layout_->GetSections().sections_[static_cast<size_t>( in WriteCodeItems()
/art/dex2oat/
Ddex2oat_test.cc1395 sections->sections_[static_cast<size_t>(DexLayoutSections::SectionType::kSectionTypeCode)]; in TEST_F()