Home
last modified time | relevance | path

Searched defs:slot_start (Results 1 – 18 of 18) sorted by relevance

/external/cronet/base/allocator/partition_allocator/
Dfreeslot_bitmap.h30 GetFreeSlotBitmapCellPtrAndBitIndex(uintptr_t slot_start) { in GetFreeSlotBitmapCellPtrAndBitIndex()
61 PA_ALWAYS_INLINE bool FreeSlotBitmapSlotIsUsed(uintptr_t slot_start) { in FreeSlotBitmapSlotIsUsed()
67 PA_ALWAYS_INLINE void FreeSlotBitmapMarkSlotAsUsed(uintptr_t slot_start) { in FreeSlotBitmapMarkSlotAsUsed()
74 PA_ALWAYS_INLINE void FreeSlotBitmapMarkSlotAsFree(uintptr_t slot_start) { in FreeSlotBitmapMarkSlotAsFree()
89 for (uintptr_t slot_start = begin_addr; slot_start < end_addr; in FreeSlotBitmapReset() local
Dpartition_root.h966 uintptr_t slot_start = in PartitionAllocGetDirectMapSlotStartInBRPPool() local
1052 PA_ALWAYS_INLINE void PartitionAllocFreeForRefCounting(uintptr_t slot_start) { in PartitionAllocFreeForRefCounting()
1109 uintptr_t slot_start = in AllocFromBucket() local
1253 uintptr_t slot_start = root->ObjectToSlotStart(object); in FreeNoHooks() local
1305 uintptr_t slot_start) { in FreeNoHooksImmediate()
1421 uintptr_t slot_start, in FreeInSlotSpan()
1437 uintptr_t slot_start) { in RawFree()
1451 PA_ALWAYS_INLINE void PartitionRoot<thread_safe>::RawFree(uintptr_t slot_start, in RawFree()
1520 uintptr_t slot_start, in RawFreeWithThreadCache()
1556 uintptr_t slot_start) { in RawFreeLocked()
[all …]
Dpartition_alloc-inl.h93 PA_ALWAYS_INLINE void* SlotStartAddr2Ptr(uintptr_t slot_start) { in SlotStartAddr2Ptr()
97 PA_ALWAYS_INLINE uintptr_t SlotStartPtr2Addr(const void* slot_start) { in SlotStartPtr2Addr()
Dgwp_asan_support.cc105 auto slot_start = slot_span_start + slot_idx * kSlotSize; in MapRegion() local
129 bool GwpAsanSupport::CanReuse(uintptr_t slot_start) { in CanReuse()
Dpartition_freelist_entry.h131 uintptr_t slot_start) { in EmplaceAndInitNull()
142 uintptr_t slot_start, in EmplaceAndInitForThreadCache()
154 PA_ALWAYS_INLINE static void EmplaceAndInitForTest(uintptr_t slot_start, in EmplaceAndInitForTest()
Dpartition_ref_count.h416 uintptr_t slot_start) { in PartitionRefCountPointer()
459 uintptr_t slot_start) { in PartitionRefCountPointer()
Dthread_cache.h469 PA_ALWAYS_INLINE bool ThreadCache::MaybePutInCache(uintptr_t slot_start, in MaybePutInCache()
572 uintptr_t slot_start) { in PutInBucket()
Dhardening_unittest.cc105 uintptr_t slot_start = root.ObjectToSlotStart(data); in TEST() local
Dthread_cache.cc622 uintptr_t slot_start = root_->AllocFromBucket( in FillBucket() local
705 uintptr_t slot_start = internal::SlotStartPtr2Addr(head); in FreeAfter() local
Dpartition_page.cc301 uintptr_t slot_start = slot_span_start + (slot_size * slot_number); in SortFreelist() local
Dpartition_root.cc77 uintptr_t slot_start = PartitionAllocGetSlotStartInBRPPool(adjusted_address); in IsPtrWithinSameAlloc() local
1109 uintptr_t slot_start = SlotSpan::ToSlotSpanStart(slot_span); in TryReallocInPlaceForDirectMap() local
1189 uintptr_t slot_start = ObjectToSlotStart(object); in TryReallocInPlaceForNormalBuckets() local
Dpartition_alloc_unittest.cc1223 uintptr_t slot_start = allocator.root()->ObjectToSlotStart(ptr); in TEST_P() local
1437 uintptr_t slot_start = allocator.root()->ObjectToSlotStart(ptr); in TEST_P() local
1582 uintptr_t slot_start = allocator.root()->ObjectToSlotStart(ptr); in TEST_P() local
1681 uintptr_t slot_start = allocator.root()->ObjectToSlotStart(ptr); in TEST_P() local
1737 uintptr_t slot_start = allocator.root()->ObjectToSlotStart(ptr); in TEST_P() local
3629 uintptr_t slot_start = allocator.root()->ObjectToSlotStart(ptr); in TEST_P() local
4657 uintptr_t slot_start = allocator.root()->ObjectToSlotStart(ptr); in TEST_P() local
5390 uintptr_t slot_start = allocator.root()->ObjectToSlotStart(ptr); in TEST_P() local
5398 uintptr_t slot_start = allocator.root()->ObjectToSlotStart(ptr); in TEST_P() local
5408 uintptr_t slot_start = allocator.root()->ObjectToSlotStart(ptr1); in TEST_P() local
[all …]
Dpartition_bucket.cc298 const uintptr_t slot_start = in PartitionDirectMap() local
1459 uintptr_t slot_start = entry->ClearForAllocation(); in SlowPathAlloc() local
Dpartition_page.h645 SlotSpanMetadata<thread_safe>::FromSlotStart(uintptr_t slot_start) { in FromSlotStart()
752 PA_ALWAYS_INLINE void SlotSpanMetadata<thread_safe>::Free(uintptr_t slot_start) in Free()
/external/cronet/base/allocator/partition_allocator/pointers/
Draw_ptr_backup_ref_impl.cc24 uintptr_t slot_start = in AcquireInternal() local
39 uintptr_t slot_start = in ReleaseInternal() local
59 uintptr_t slot_start = in ReportIfDanglingInternal() local
95 uintptr_t slot_start = in IsPointeeAlive() local
/external/cronet/base/allocator/partition_allocator/starscan/
Dpcscan_internal.cc196 uintptr_t slot_start = 0; member
246 const uintptr_t slot_start = slot_span_start + (slot_number * slot_size); in GetSlotStartInSuperPage() local
698 const uintptr_t slot_start = slot_start_result.slot_start; in TryMarkSlotInNormalBuckets() local
735 bitmap->IterateQuarantined([root, clear_type](uintptr_t slot_start) { in ClearQuarantinedSlotsAndPrepareCardTable()
941 void UnmarkInCardTable(uintptr_t slot_start, in UnmarkInCardTable()
956 uintptr_t slot_start) { in FreeAndUnmarkInCardTable()
970 &stat](uintptr_t slot_start) { in SweepSuperPage()
983 bool is_marked) { in SweepSuperPageAndDiscardMarkedQuarantine()
1020 const auto bitmap_iterator = [&](uintptr_t slot_start) { in SweepSuperPageWithBatchedFree()
Dpcscan.h234 uintptr_t slot_start, in MoveToQuarantine()
Dpcscan_unittest.cc98 uintptr_t slot_start = root().ObjectToSlotStart(object); in IsInQuarantine() local
172 bool IsInFreeList(uintptr_t slot_start) { in IsInFreeList()
707 uintptr_t slot_start = root().ObjectToSlotStart(ptr); in TEST_F() local