Lines Matching refs:allocation_stack_
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()
3120 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address, in PushOnThreadLocalAllocationStackWithInternalGC()
3128 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(obj->Ptr())); in PushOnThreadLocalAllocationStackWithInternalGC()
3145 allocation_stack_->Sort(); in VerifyHeapReferences()
3295 allocation_stack_.swap(live_stack_); in SwapStacks()