Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/debug/
H A Dleak_tracker.h94 StackTrace& allocation_stack = node->value()->allocation_stack_;
134 StackTrace allocation_stack_;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/debug/
Dleak_tracker.h97 StackTrace& allocation_stack = node->value()->allocation_stack_;
137 StackTrace allocation_stack_;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/debug/
Dleak_tracker.h97 StackTrace& allocation_stack = node->value()->allocation_stack_;
137 StackTrace allocation_stack_;
/aosp_15_r20/art/runtime/gc/
H A Dheap-visit-objects-inl.h112 for (auto* it = allocation_stack_->Begin(), *end = allocation_stack_->End(); it < end; ++it) { in VisitObjectsInternal()
H A Dheap.cc759 allocation_stack_.reset(accounting::ObjectStack::Create( in Heap()
1420 allocation_stack_->Reset(); in ~Heap()
1796 if (allocation_stack_->ContainsSorted(obj.Ptr())) { in IsLiveObjectLocked()
1799 } else if (allocation_stack_->Contains(obj.Ptr())) { in IsLiveObjectLocked()
2665 MarkAllocStackAsLive(allocation_stack_.get()); in FlushAllocStack()
2666 allocation_stack_->Reset(); in FlushAllocStack()
3133 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get(); in VerifyReference()
3253 DCHECK(!allocation_stack_->AtomicPushBack(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
3261 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
3266 } while (!allocation_stack_->AtomicPushBack(obj->Ptr())); in PushOnAllocationStackWithInternalGC()
[all …]
H A Dheap-inl.h280 } else if (UNLIKELY(!allocation_stack_->AtomicPushBack(obj->Ptr()))) { in PushOnAllocationStack()
H A Dheap.h684 return allocation_stack_.get(); in GetAllocationStack()
1592 std::unique_ptr<accounting::ObjectStack> allocation_stack_; variable
/aosp_15_r20/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1890 return heap_->allocation_stack_.get(); in GetAllocationStack()
2010 for (auto* it = heap_->allocation_stack_->Begin(), *end = heap_->allocation_stack_->End(); in VerifyNoFromSpaceReferences()
H A Dmark_sweep.cc1108 CHECK(!heap_->allocation_stack_->Contains(obj)) in VerifyIsLive()