Home
last modified time | relevance | path

Searched refs:allocation_stack_ (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/
Dheap-visit-objects-inl.h112 for (auto* it = allocation_stack_->Begin(), *end = allocation_stack_->End(); it < end; ++it) { in VisitObjectsInternal()
Dheap-inl.h265 } else if (UNLIKELY(!allocation_stack_->AtomicPushBack(obj->Ptr()))) { in PushOnAllocationStack()
Dheap.h1457 std::unique_ptr<accounting::ObjectStack> allocation_stack_; variable
/art/runtime/gc/collector/
Dmark_sweep.h157 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
Dconcurrent_copying.h254 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
Dmark_sweep.cc1123 CHECK(!heap_->allocation_stack_->Contains(obj)) in VerifyIsLive()