Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h211 accounting::ObjectStack* GetAllocationStack();
Dconcurrent_copying.cc1914 accounting::ObjectStack* ConcurrentCopying::GetAllocationStack() { in GetAllocationStack() function in art::gc::collector::ConcurrentCopying
3673 accounting::ObjectStack* alloc_stack = GetAllocationStack(); in IsOnAllocStack()
Dmark_compact.cc2451 accounting::ObjectStack* stack = heap_->GetAllocationStack(); in UpdateNonMovingSpaceBlackAllocations()
/art/runtime/gc/
Dheap.h669 accounting::ObjectStack* GetAllocationStack() REQUIRES_SHARED(Locks::heap_bitmap_lock_) { in GetAllocationStack() function