Home | History | Annotate | Download | only in gc

Lines Matching refs:live_stack_

402   live_stack_.reset(accounting::ObjectStack::Create(
881 live_stack_->Reset();
1175 if (live_stack_->ContainsSorted(obj)) {
1178 } else if (live_stack_->Contains(obj)) {
2348 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
2508 live_stack_->Sort();
2564 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
2636 live_stack_->Sort();
2643 for (mirror::Object** it = live_stack_->Begin(); it != live_stack_->End(); ++it) {
2653 live_stack_->AssertAllZero();
2655 allocation_stack_.swap(live_stack_);