Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread.cc249 CHECK(IsAlignedPageSize(SCS_GUARD_REGION_SIZE)); in AllocShadowCallStack()
250 CHECK(IsAlignedPageSize(SCS_SIZE)); in AllocShadowCallStack()
/frameworks/libs/binary_translation/base/include/berberis/base/
Dmmap.h41 constexpr bool IsAlignedPageSize(T x) { in IsAlignedPageSize() function
Dforever_alloc.h54 CHECK(IsAlignedPageSize(page)); in AllocatePage()