Lines Matching refs:allocation_stack_
552 allocation_stack_.reset(accounting::ObjectStack::Create( in Heap()
1130 allocation_stack_->Reset(); in ~Heap()
1430 if (allocation_stack_->ContainsSorted(obj.Ptr())) { in IsLiveObjectLocked()
1433 } else if (allocation_stack_->Contains(obj.Ptr())) { in IsLiveObjectLocked()
2446 MarkAllocStackAsLive(allocation_stack_.get()); in FlushAllocStack()
2447 allocation_stack_->Reset(); in FlushAllocStack()
2817 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get(); in VerifyReference()
2934 DCHECK(!allocation_stack_->AtomicPushBack(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
2942 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
2944 } while (!allocation_stack_->AtomicPushBack(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
2953 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address, in PushOnThreadLocalAllocationStackWithInternalGC()
2961 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(obj->Ptr())); in PushOnThreadLocalAllocationStackWithInternalGC()
2975 allocation_stack_->Sort(); in VerifyHeapReferences()
3125 allocation_stack_.swap(live_stack_); in SwapStacks()