Lines Matching refs:live_stack_
623 live_stack_.reset(accounting::ObjectStack::Create( in Heap()
1275 live_stack_->Reset(); in ~Heap()
1588 if (live_stack_->ContainsSorted(obj.Ptr())) { in IsLiveObjectLocked()
1591 } else if (live_stack_->Contains(obj.Ptr())) { in IsLiveObjectLocked()
3008 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference()
3169 live_stack_->Sort(); in VerifyHeapReferences()
3230 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in operator ()()
3299 live_stack_->Sort(); in VerifyMissingCardMarks()
3306 for (auto* it = live_stack_->Begin(); it != live_stack_->End(); ++it) { in VerifyMissingCardMarks()
3316 live_stack_->AssertAllZero(); in SwapStacks()
3318 allocation_stack_.swap(live_stack_); in SwapStacks()