Home | History | Annotate | Download | only in gc

Lines Matching full:allocation_stack_

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