Searched refs:allocation_stack_ (Results 1 – 8 of 8) sorted by relevance
112 for (auto* it = allocation_stack_->Begin(), *end = allocation_stack_->End(); it < end; ++it) { in VisitObjectsInternal()
722 allocation_stack_.reset(accounting::ObjectStack::Create( in Heap()1365 allocation_stack_->Reset(); in ~Heap()1685 if (allocation_stack_->ContainsSorted(obj.Ptr())) { in IsLiveObjectLocked()1688 } else if (allocation_stack_->Contains(obj.Ptr())) { in IsLiveObjectLocked()2529 MarkAllocStackAsLive(allocation_stack_.get()); in FlushAllocStack()2530 allocation_stack_->Reset(); in FlushAllocStack()2978 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get(); in VerifyReference()3098 DCHECK(!allocation_stack_->AtomicPushBack(obj->Ptr())); in PushOnAllocationStackWithInternalGC()3106 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(obj->Ptr())); in PushOnAllocationStackWithInternalGC()3111 } while (!allocation_stack_->AtomicPushBack(obj->Ptr())); in PushOnAllocationStackWithInternalGC()[all …]
280 } else if (UNLIKELY(!allocation_stack_->AtomicPushBack(obj->Ptr()))) { in PushOnAllocationStack()
1540 std::unique_ptr<accounting::ObjectStack> allocation_stack_; variable
157 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
262 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
1900 return heap_->allocation_stack_.get(); in GetAllocationStack()2020 for (auto* it = heap_->allocation_stack_->Begin(), *end = heap_->allocation_stack_->End(); in VerifyNoFromSpaceReferences()
1121 CHECK(!heap_->allocation_stack_->Contains(obj)) in VerifyIsLive()