Home
last modified time | relevance | path

Searched refs:GetAllocationStack (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact-inl.h200 accounting::ObjectStack* stack = heap_->GetAllocationStack(); in IsOnAllocStack()
H A Dconcurrent_copying.h208 accounting::ObjectStack* GetAllocationStack();
H A Dconcurrent_copying.cc1889 accounting::ObjectStack* ConcurrentCopying::GetAllocationStack() { in GetAllocationStack() function in art::gc::collector::ConcurrentCopying
3581 accounting::ObjectStack* alloc_stack = GetAllocationStack(); in IsOnAllocStack()
H A Dmark_compact.cc2504 accounting::ObjectStack* stack = heap_->GetAllocationStack(); in UpdateNonMovingSpaceBlackAllocations()
/aosp_15_r20/art/runtime/gc/
H A Dheap.h683 accounting::ObjectStack* GetAllocationStack() REQUIRES_SHARED(Locks::heap_bitmap_lock_) { in GetAllocationStack() function