Lines Matching refs:allocation_stack_
738 allocation_stack_.reset(accounting::ObjectStack::Create( in Heap()
1403 allocation_stack_->Reset(); in ~Heap()
1742 if (allocation_stack_->ContainsSorted(obj.Ptr())) { in IsLiveObjectLocked()
1745 } else if (allocation_stack_->Contains(obj.Ptr())) { in IsLiveObjectLocked()
2593 MarkAllocStackAsLive(allocation_stack_.get()); in FlushAllocStack()
2594 allocation_stack_->Reset(); in FlushAllocStack()
3047 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get(); in VerifyReference()
3167 DCHECK(!allocation_stack_->AtomicPushBack(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
3175 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
3180 } while (!allocation_stack_->AtomicPushBack(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
3189 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address, in PushOnThreadLocalAllocationStackWithInternalGC()
3197 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(obj->Ptr())); in PushOnThreadLocalAllocationStackWithInternalGC()
3214 allocation_stack_->Sort(); in VerifyHeapReferences()
3364 allocation_stack_.swap(live_stack_); in SwapStacks()