Home
last modified time | relevance | path

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

/aosp12/bionic/libc/private/
H A Dbionic_allocator.h72 small_object_page_info* next_page; member
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp164 uint64_t next_page = (*addr + (page_size - 1)) & ~(page_size - 1); in dump_memory() local
/aosp12/art/libartbase/base/
H A Dutils.cc140 uintptr_t next_page = RoundUp(start + 1, kPageSize); in FlushCpuCaches() local