Home | History | Annotate | Download | only in gc

Lines Matching refs:live_stack_

208   live_stack_.reset(accounting::ObjectStack::Create("live stack",
489 live_stack_->Reset();
684 if (live_stack_->ContainsSorted(const_cast<mirror::Object*>(obj))) {
687 } else if (live_stack_->Contains(const_cast<mirror::Object*>(obj))) {
1377 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
1502 live_stack_->Sort();
1549 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
1621 live_stack_->Sort();
1626 for (mirror::Object** it = live_stack_->Begin(); it != live_stack_->End(); ++it) {
1638 allocation_stack_.swap(live_stack_);