Searched refs:sorted_sections (Results 1 – 2 of 2) sorted by relevance
154 std::vector<dex_ir::DexFileSection> sorted_sections; in GetSortedDexFileSections() local157 sorted_sections.push_back(dex_ir::DexFileSection(s.name, in GetSortedDexFileSections()163 std::sort(sorted_sections.begin(), in GetSortedDexFileSections()164 sorted_sections.end(), in GetSortedDexFileSections()172 return sorted_sections; in GetSortedDexFileSections()
305 const std::vector<dex_ir::DexFileSection>& sorted_sections, in FindNextByteAfterSection() argument307 for (size_t i = section_index + 1; i < sorted_sections.size(); ++i) { in FindNextByteAfterSection()308 const dex_ir::DexFileSection& section = sorted_sections[i]; in FindNextByteAfterSection()325 std::vector<dex_ir::DexFileSection> sorted_sections = in ShowDexSectionStatistics() local327 for (size_t i = 0; i < sorted_sections.size(); ++i) { in ShowDexSectionStatistics()328 const dex_ir::DexFileSection& file_section = sorted_sections[i]; in ShowDexSectionStatistics()331 bytes = FindNextByteAfterSection(header, sorted_sections, i) - file_section.offset; in ShowDexSectionStatistics()