Home
last modified time | relevance | path

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

/art/libartbase/base/
Dutils.cc140 uintptr_t next_page = RoundUp(start + 1, kPageSize); in FlushCpuCaches() local
142 uintptr_t boundary = std::min(next_page, limit); in FlushCpuCaches()
147 next_page += kPageSize; in FlushCpuCaches()