Home
last modified time | relevance | path

Searched refs:mapped_pages (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Ddexdiag.cc238 PageCount mapped_pages; in DisplayDexStatistics() local
246 mapped_pages.Increment(FindSectionTypeForPage(dex_page_offset, sections)); in DisplayDexStatistics()
256 if (mapped_pages.Get(type) > 0) { in DisplayDexStatistics()
257 percent_resident = 100.0 * pages_resident / mapped_pages.Get(type); in DisplayDexStatistics()
261 mapped_pages.Get(type), in DisplayDexStatistics()