Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Ddex_file_layout.cc34 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections) { in operator <<()
/art/dex2oat/linker/
Dimage_test.cc76 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local
229 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local
Dimage_writer.cc2655 dchecked_vector<ImageSection> sections(ImageHeader::kSectionCount); in CreateImageSections() local
2813 dchecked_vector<ImageSection>& sections = section_info_pair.second; in CreateHeader() local
/art/runtime/oat/
Dimage.cc45 ImageSection* sections, in ImageHeader()
/art/runtime/gc/collector/
Dimmune_spaces_test.cc142 ImageSection sections[ImageHeader::kSectionCount]; in CreateImageSpace() local
/art/runtime/
Dvdex_file.cc317 VdexFile::VdexSectionHeader sections[static_cast<uint32_t>(VdexSection::kNumberOfSections)]; in WriteToDisk() local
/art/libelffile/elf/
Delf_builder.h205 std::vector<Section*>& sections = owner_->sections_; in AddSection() local