Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc660 live_stack_.reset(accounting::ObjectStack::Create( in Heap()
1287 live_stack_->Reset(); in ~Heap()
1600 if (live_stack_->ContainsSorted(obj.Ptr())) { in IsLiveObjectLocked()
1603 } else if (live_stack_->Contains(obj.Ptr())) { in IsLiveObjectLocked()
2888 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference()
3049 live_stack_->Sort(); in VerifyHeapReferences()
3110 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in operator ()()
3179 live_stack_->Sort(); in VerifyMissingCardMarks()
3186 for (auto* it = live_stack_->Begin(); it != live_stack_->End(); ++it) { in VerifyMissingCardMarks()
3196 live_stack_->AssertAllZero(); in SwapStacks()
[all …]
Dheap.h659 return live_stack_.get(); in GetLiveStack()
1460 std::unique_ptr<accounting::ObjectStack> live_stack_; variable
/art/runtime/gc/collector/
Dconcurrent_copying.cc1870 return heap_->live_stack_.get(); in GetLiveStack()