Lines Matching refs:allocation_stack_
458 allocation_stack_.reset(accounting::ObjectStack::Create( in Heap()
847 for (auto* it = allocation_stack_->Begin(), *end = allocation_stack_->End(); it < end; ++it) { in VisitObjectsInternal()
1078 allocation_stack_->Reset(); in ~Heap()
1368 if (allocation_stack_->ContainsSorted(obj)) { in IsLiveObjectLocked()
1371 } else if (allocation_stack_->Contains(obj)) { in IsLiveObjectLocked()
2318 MarkAllocStackAsLive(allocation_stack_.get()); in FlushAllocStack()
2319 allocation_stack_->Reset(); in FlushAllocStack()
2649 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get(); in VerifyReference()
2775 DCHECK(!allocation_stack_->AtomicPushBack(*obj)); in PushOnAllocationStackWithInternalGC()
2783 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(*obj)); in PushOnAllocationStackWithInternalGC()
2785 } while (!allocation_stack_->AtomicPushBack(*obj)); in PushOnAllocationStackWithInternalGC()
2793 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address, in PushOnThreadLocalAllocationStackWithInternalGC()
2801 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(*obj)); in PushOnThreadLocalAllocationStackWithInternalGC()
2815 allocation_stack_->Sort(); in VerifyHeapReferences()
2964 allocation_stack_.swap(live_stack_); in SwapStacks()