Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc623 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()
[all …]
Dheap.h645 return live_stack_.get(); in GetLiveStack()
1420 std::unique_ptr<accounting::ObjectStack> live_stack_; variable
/art/runtime/gc/collector/
Dconcurrent_copying.cc1818 return heap_->live_stack_.get(); in GetLiveStack()