Lines Matching refs:sections
187 const std::vector<dex_ir::DexFileSection>& sections) { in FindSectionTypeForPage() argument
188 for (const auto& section : sections) { in FindSectionTypeForPage()
207 const std::vector<dex_ir::DexFileSection>& sections, in ProcessPageMap() argument
214 uint16_t type = FindSectionTypeForPage(dex_page_offset, sections); in ProcessPageMap()
235 const std::vector<dex_ir::DexFileSection>& sections, in DisplayDexStatistics() argument
246 mapped_pages.Increment(FindSectionTypeForPage(dex_page_offset, sections)); in DisplayDexStatistics()
250 for (size_t i = sections.size(); i > 0; --i) { in DisplayDexStatistics()
251 const dex_ir::DexFileSection& section = sections[i - 1]; in DisplayDexStatistics()
300 std::vector<dex_ir::DexFileSection> sections; in ProcessOneDexMapping() local
306 sections = dex_ir::GetSortedDexFileSections(header.get(), in ProcessOneDexMapping()
310 ProcessPageMap(pagemap, start_page, end_page, sections, §ion_resident_pages); in ProcessOneDexMapping()
311 DisplayDexStatistics(start_page, end_page, section_resident_pages, sections, printer); in ProcessOneDexMapping()