Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc152 std::vector<dex_ir::DexFileSection> GetSortedDexFileSections(dex_ir::Header* header, in GetSortedDexFileSections()
154 std::vector<dex_ir::DexFileSection> sorted_sections; in GetSortedDexFileSections()
157 sorted_sections.push_back(dex_ir::DexFileSection(s.name, in GetSortedDexFileSections()
165 [=](dex_ir::DexFileSection& a, dex_ir::DexFileSection& b) { in GetSortedDexFileSections()
Ddex_visualize.cc68 for (const dex_ir::DexFileSection& s : sorted_sections_) { in OpenAndPrintHeader()
86 for (const dex_ir::DexFileSection& file_section : sorted_sections_) { in GetColor()
236 std::vector<dex_ir::DexFileSection> sorted_sections_;
305 const std::vector<dex_ir::DexFileSection>& sorted_sections, in FindNextByteAfterSection()
308 const dex_ir::DexFileSection& section = sorted_sections[i]; in FindNextByteAfterSection()
325 std::vector<dex_ir::DexFileSection> sorted_sections = in ShowDexSectionStatistics()
328 const dex_ir::DexFileSection& file_section = sorted_sections[i]; in ShowDexSectionStatistics()
Ddexdiag.cc187 const std::vector<dex_ir::DexFileSection>& sections) { in FindSectionTypeForPage()
207 const std::vector<dex_ir::DexFileSection>& sections, in ProcessPageMap()
235 const std::vector<dex_ir::DexFileSection>& sections, in DisplayDexStatistics()
251 const dex_ir::DexFileSection& section = sections[i - 1]; in DisplayDexStatistics()
300 std::vector<dex_ir::DexFileSection> sections; in ProcessOneDexMapping()
Ddex_ir.h1338 struct DexFileSection { struct
1340 DexFileSection(const std::string& name, uint16_t type, uint32_t size, uint32_t offset) in DexFileSection() argument
1356 std::vector<DexFileSection> GetSortedDexFileSections(dex_ir::Header* header, argument