Home
last modified time | relevance | path

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

/art/libartbase/base/
Dutils.cc146 uintptr_t next_page = RoundUp(start + 1, page_size); in FlushCpuCaches() local
148 uintptr_t boundary = std::min(next_page, limit); in FlushCpuCaches()
153 next_page += page_size; in FlushCpuCaches()