Searched refs:allocation_stack_ (Results 1 – 6 of 6) sorted by relevance
112 for (auto* it = allocation_stack_->Begin(), *end = allocation_stack_->End(); it < end; ++it) { in VisitObjectsInternal()
265 } else if (UNLIKELY(!allocation_stack_->AtomicPushBack(obj->Ptr()))) { in PushOnAllocationStack()
1457 std::unique_ptr<accounting::ObjectStack> allocation_stack_; variable
157 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
254 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
1123 CHECK(!heap_->allocation_stack_->Contains(obj)) in VerifyIsLive()