Searched refs:DexFileSection (Results 1 – 4 of 4) sorted by relevance
/art/dexlayout/ |
D | dex_visualize.cc | 66 for (const dex_ir::DexFileSection& s : sorted_sections_) { in OpenAndPrintHeader() 84 for (const dex_ir::DexFileSection& file_section : sorted_sections_) { in GetColor() 238 std::vector<dex_ir::DexFileSection> sorted_sections_; 307 const std::vector<dex_ir::DexFileSection>& sorted_sections, in FindNextByteAfterSection() 310 const dex_ir::DexFileSection& section = sorted_sections.at(i); in FindNextByteAfterSection() 327 std::vector<dex_ir::DexFileSection> sorted_sections = in ShowDexSectionStatistics() 330 const dex_ir::DexFileSection& file_section = sorted_sections[i]; in ShowDexSectionStatistics()
|
D | dexdiag.cc | 177 const std::vector<dex_ir::DexFileSection>& sections) { in FindSectionTypeForPage() 197 const std::vector<dex_ir::DexFileSection>& sections, in ProcessPageMap() 225 const std::vector<dex_ir::DexFileSection>& sections, in DisplayDexStatistics() 241 const dex_ir::DexFileSection& section = sections[i - 1]; in DisplayDexStatistics() 290 std::vector<dex_ir::DexFileSection> sections; in ProcessOneDexMapping()
|
D | dex_ir.cc | 931 std::vector<dex_ir::DexFileSection> GetSortedDexFileSections(dex_ir::Header* header, in GetSortedDexFileSections() 934 std::vector<dex_ir::DexFileSection> sorted_sections; in GetSortedDexFileSections() 937 sorted_sections.push_back(dex_ir::DexFileSection(s.name, in GetSortedDexFileSections() 945 [=](dex_ir::DexFileSection& a, dex_ir::DexFileSection& b) { in GetSortedDexFileSections()
|
D | dex_ir.h | 1205 struct DexFileSection { struct 1207 DexFileSection(const std::string& name, uint16_t type, uint32_t size, uint32_t offset) in DexFileSection() argument 1223 std::vector<DexFileSection> GetSortedDexFileSections(dex_ir::Header* header, argument
|