Searched refs:live_stack_ (Results 1 – 3 of 3) sorted by relevance
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()[all …]
560 return live_stack_.get(); in GetLiveStack()1233 std::unique_ptr<accounting::ObjectStack> live_stack_; variable
655 return heap_->live_stack_.get(); in GetLiveStack()