Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexdiag.cc240 size_t total_mapped_pages = end - start; in DisplayDexStatistics() local
241 if (total_mapped_pages == 0) { in DisplayDexStatistics()
263 100.0 * pages_resident / total_mapped_pages); in DisplayDexStatistics()
266 double percent_of_total = 100.0 * total_resident_pages / total_mapped_pages; in DisplayDexStatistics()
269 total_mapped_pages, in DisplayDexStatistics()