Searched refs:sorted_sections (Results 1 – 2 of 2) sorted by relevance
307 const std::vector<dex_ir::DexFileSection>& sorted_sections, in FindNextByteAfterSection() argument309 for (size_t i = section_index + 1; i < sorted_sections.size(); ++i) { in FindNextByteAfterSection()310 const dex_ir::DexFileSection& section = sorted_sections.at(i); in FindNextByteAfterSection()327 std::vector<dex_ir::DexFileSection> sorted_sections = in ShowDexSectionStatistics() local329 for (size_t i = 0; i < sorted_sections.size(); ++i) { in ShowDexSectionStatistics()330 const dex_ir::DexFileSection& file_section = sorted_sections[i]; in ShowDexSectionStatistics()333 bytes = FindNextByteAfterSection(header, sorted_sections, i) - file_section.offset; in ShowDexSectionStatistics()
957 std::vector<dex_ir::DexFileSection> sorted_sections; in GetSortedDexFileSections() local960 sorted_sections.push_back(dex_ir::DexFileSection(s.name, in GetSortedDexFileSections()966 std::sort(sorted_sections.begin(), in GetSortedDexFileSections()967 sorted_sections.end(), in GetSortedDexFileSections()975 return sorted_sections; in GetSortedDexFileSections()