Lines Matching refs:live_stack_
557 live_stack_.reset(accounting::ObjectStack::Create( in Heap()
1276 live_stack_->Reset(); in ~Heap()
1557 if (live_stack_->ContainsSorted(obj)) { in IsLiveObjectLocked()
1560 } else if (live_stack_->Contains(obj)) { in IsLiveObjectLocked()
2918 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference()
3082 live_stack_->Sort(); in VerifyHeapReferences()
3143 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in operator ()()
3211 live_stack_->Sort(); in VerifyMissingCardMarks()
3218 for (auto* it = live_stack_->Begin(); it != live_stack_->End(); ++it) { in VerifyMissingCardMarks()
3228 live_stack_->AssertAllZero(); in SwapStacks()
3230 allocation_stack_.swap(live_stack_); in SwapStacks()