Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexdiag.cc290 uint64_t start_page = (dex_file_start - vdex_start) / kPageSize; in ProcessOneDexMapping() local
291 uint64_t start_address = start_page * kPageSize; in ProcessOneDexMapping()
296 map_start + start_page * kPageSize, in ProcessOneDexMapping()
310 ProcessPageMap(pagemap, start_page, end_page, sections, &section_resident_pages); in ProcessOneDexMapping()
311 DisplayDexStatistics(start_page, end_page, section_resident_pages, sections, printer); in ProcessOneDexMapping()