Home
last modified time | relevance | path

Searched defs:super_page (Results 1 – 9 of 9) sorted by relevance

/external/cronet/base/allocator/partition_allocator/
Dpartition_page.h410 uintptr_t super_page) { in PartitionSuperPageToMetadataArea()
433 PartitionSuperPageToExtent(uintptr_t super_page) { in PartitionSuperPageToExtent()
458 PA_ALWAYS_INLINE uintptr_t SuperPageStateBitmapAddr(uintptr_t super_page) { in SuperPageStateBitmapAddr()
466 uintptr_t super_page) { in SuperPageStateBitmap()
488 PA_ALWAYS_INLINE uintptr_t SuperPagePayloadBegin(uintptr_t super_page, in SuperPagePayloadBegin()
500 PA_ALWAYS_INLINE uintptr_t SuperPagePayloadEnd(uintptr_t super_page) { in SuperPagePayloadEnd()
505 PA_ALWAYS_INLINE size_t SuperPagePayloadSize(uintptr_t super_page, in SuperPagePayloadSize()
515 uintptr_t super_page = base::bits::AlignDown( in IncrementNumberOfNonemptySlotSpans() local
533 uintptr_t super_page = reinterpret_cast<uintptr_t>(this) & kSuperPageBaseMask; in ToSuperPageExtent() local
545 uintptr_t super_page = address & kSuperPageBaseMask; in IsWithinSuperPagePayload() local
[all …]
Dpartition_bucket.cc47 PA_ALWAYS_INLINE uintptr_t ShadowMetadataStart(uintptr_t super_page, in ShadowMetadataStart()
83 for (uintptr_t super_page = start; super_page < end; in AreAllowedSuperPagesForBRPPool() local
726 for (uintptr_t super_page = super_page_span_start; in AllocNewSuperPageSpan() local
737 auto super_page = AllocNewSuperPageSpan(root, 1, flags); in AllocNewSuperPage() local
750 uintptr_t super_page, in InitializeSuperPage()
Dfreeslot_bitmap_constants.h53 PA_ALWAYS_INLINE uintptr_t SuperPageFreeSlotBitmapAddr(uintptr_t super_page) { in SuperPageFreeSlotBitmapAddr()
Dfreeslot_bitmap.h23 uintptr_t super_page = ptr & kSuperPageBaseMask; in GetFreeSlotBitmapAddressForPointer() local
Dgwp_asan_support.cc85 for (uintptr_t super_page = super_page_span_start; in MapRegion() local
Dpartition_root.h1583 PartitionRoot<thread_safe>::FromFirstSuperPage(uintptr_t super_page) { in FromFirstSuperPage()
1595 uintptr_t super_page = address & internal::kSuperPageBaseMask; in FromAddrInFirstSuperpage() local
Dpartition_alloc_unittest.cc2107 uintptr_t super_page = in TEST_P() local
/external/cronet/base/allocator/partition_allocator/starscan/
Dpcscan_internal.cc213 const uintptr_t super_page = maybe_inner_address & kSuperPageBaseMask; in GetSlotStartInSuperPage() local
253 bool IsQuarantineEmptyOnSuperPage(uintptr_t super_page) { in IsQuarantineEmptyOnSuperPage()
287 void IterateNonEmptySlotSpans(uintptr_t super_page, in IterateNonEmptySlotSpans()
408 SuperPageSnapshot::SuperPageSnapshot(uintptr_t super_page) { in SuperPageSnapshot()
732 view.VisitConcurrently([clear_type](uintptr_t super_page) { in ClearQuarantinedSlotsAndPrepareCardTable()
759 unprotect_view.VisitConcurrently([&pcscan](uintptr_t super_page) { in UnprotectPartitions()
906 &scan_loop](uintptr_t super_page) { in ScanPartitions()
964 uintptr_t super_page, in SweepSuperPage()
978 uintptr_t super_page, in SweepSuperPageAndDiscardMarkedQuarantine()
1009 uintptr_t super_page, in SweepSuperPageWithBatchedFree()
[all …]
Dpcscan_unittest.cc329 auto super_page = value_slot_start & kSuperPageBaseMask; in TEST_F() local
728 void* super_page; in TEST_F() member
739 const uintptr_t super_page = in TEST_F() local