Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc699 live_stack_.reset(accounting::ObjectStack::Create( in Heap()
1337 live_stack_->Reset(); in ~Heap()
1664 if (live_stack_->ContainsSorted(obj.Ptr())) { in IsLiveObjectLocked()
1667 } else if (live_stack_->Contains(obj.Ptr())) { in IsLiveObjectLocked()
2914 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference()
3081 live_stack_->Sort(); in VerifyHeapReferences()
3142 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 …]
Dheap.h653 return live_stack_.get(); in GetLiveStack()
1507 std::unique_ptr<accounting::ObjectStack> live_stack_; variable
/art/runtime/gc/collector/
Dconcurrent_copying.cc1879 return heap_->live_stack_.get(); in GetLiveStack()