Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/
Dpartition_page.h70 PA_ALWAYS_INLINE uintptr_t SuperPagesBeginFromExtent( in SuperPagesBeginFromExtent() function
86 return SuperPagesBeginFromExtent(extent) + in SuperPagesEndFromExtent()
Dpartition_bucket.cc861 PA_DCHECK(payload > SuperPagesBeginFromExtent(current_extent) && in InitializeSuperPage()
Dpartition_root.cc790 uintptr_t address = SuperPagesBeginFromExtent(curr); in DestructForTesting()
/external/cronet/base/allocator/partition_allocator/starscan/
Dpcscan_internal.cc1422 for (uintptr_t super_page = SuperPagesBeginFromExtent(super_page_extent), in GetSuperPagesAndCommitStateBitmaps()