Lines Matching refs:allocation_stack_
759 allocation_stack_.reset(accounting::ObjectStack::Create( in Heap()
1420 allocation_stack_->Reset(); in ~Heap()
1794 if (allocation_stack_->ContainsSorted(obj.Ptr())) { in IsLiveObjectLocked()
1797 } else if (allocation_stack_->Contains(obj.Ptr())) { in IsLiveObjectLocked()
2650 MarkAllocStackAsLive(allocation_stack_.get()); in FlushAllocStack()
2651 allocation_stack_->Reset(); in FlushAllocStack()
3115 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get(); in VerifyReference()
3235 DCHECK(!allocation_stack_->AtomicPushBack(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
3243 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
3248 } while (!allocation_stack_->AtomicPushBack(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
3257 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address, in PushOnThreadLocalAllocationStackWithInternalGC()
3265 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(obj->Ptr())); in PushOnThreadLocalAllocationStackWithInternalGC()
3282 allocation_stack_->Sort(); in VerifyHeapReferences()
3432 allocation_stack_.swap(live_stack_); in SwapStacks()