Searched refs:sorted_sections (Results 1 – 2 of 2) sorted by relevance
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.at(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()
969 std::vector<dex_ir::DexFileSection> sorted_sections; in GetSortedDexFileSections() local972 sorted_sections.push_back(dex_ir::DexFileSection(s.name, in GetSortedDexFileSections()978 std::sort(sorted_sections.begin(), in GetSortedDexFileSections()979 sorted_sections.end(), in GetSortedDexFileSections()987 return sorted_sections; in GetSortedDexFileSections()