Home
last modified time | relevance | path

Searched refs:SectionType (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Ddex_file_layout.h108 enum class SectionType : uint8_t { enum
118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)];
121 std::ostream& operator<<(std::ostream& os, DexLayoutSections::SectionType collector_type);
Ddex_file_layout.cc107 for (size_t i = 0; i < static_cast<size_t>(DexLayoutSections::SectionType::kSectionCount); ++i) { in operator <<()
108 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n"; in operator <<()
/art/dexlayout/
Ddex_writer.cc606 DexLayoutSections::SectionType::kSectionTypeCode)]; in WriteCodeItems()
/art/dex2oat/
Ddex2oat_test.cc1440 sections->sections_[static_cast<size_t>(DexLayoutSections::SectionType::kSectionTypeCode)]; in TEST_F()