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

/art/runtime/gc/
H A Dheap.cc550 live_stack_.reset(accounting::ObjectStack::Create(
1221 live_stack_->Reset();
1529 if (live_stack_->ContainsSorted(obj.Ptr())) {
1532 } else if (live_stack_->Contains(obj.Ptr())) {
2950 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
3115 live_stack_->Sort();
3176 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
3245 live_stack_->Sort();
3252 for (auto* it = live_stack_->Begin(); it != live_stack_
[all...]
H A Dheap.h590 return live_stack_.get();
1315 std::unique_ptr<accounting::ObjectStack> live_stack_; member in class:art::gc::Heap
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1030 return heap_->live_stack_.get();

Completed in 34 milliseconds