Home
last modified time | relevance | path

Searched refs:live_stack_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap.cc662 live_stack_.reset(accounting::ObjectStack::Create( in Heap()
1290 live_stack_->Reset(); in ~Heap()
1608 if (live_stack_->ContainsSorted(obj.Ptr())) { in IsLiveObjectLocked()
1611 } else if (live_stack_->Contains(obj.Ptr())) { in IsLiveObjectLocked()
2890 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference()
3051 live_stack_->Sort(); in VerifyHeapReferences()
3112 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in operator ()()
3181 live_stack_->Sort(); in VerifyMissingCardMarks()
3188 for (auto* it = live_stack_->Begin(); it != live_stack_->End(); ++it) { in VerifyMissingCardMarks()
3198 live_stack_->AssertAllZero(); in SwapStacks()
[all …]
Dheap.h661 return live_stack_.get(); in GetLiveStack()
1467 std::unique_ptr<accounting::ObjectStack> live_stack_; variable
/art/runtime/gc/collector/
Dconcurrent_copying.cc1829 return heap_->live_stack_.get(); in GetLiveStack()