Home | History | Annotate | Download | only in gc

Lines Matching refs:allocation_stack_

400   allocation_stack_.reset(accounting::ObjectStack::Create(
713 for (mirror::Object** it = allocation_stack_->Begin(), **end = allocation_stack_->End();
880 allocation_stack_->Reset();
1165 if (allocation_stack_->ContainsSorted(obj)) {
1168 } else if (allocation_stack_->Contains(obj)) {
2074 MarkAllocStackAsLive(allocation_stack_.get());
2075 allocation_stack_->Reset();
2347 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get();
2467 DCHECK(!allocation_stack_->AtomicPushBack(*obj));
2475 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(*obj));
2477 } while (!allocation_stack_->AtomicPushBack(*obj));
2485 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address,
2493 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(*obj));
2507 allocation_stack_->Sort();
2655 allocation_stack_.swap(live_stack_);