Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc469 accounting::ObjectStack* ConcurrentCopying::GetAllocationStack() { in GetAllocationStack() function in art::gc::collector::ConcurrentCopying
855 size_t count = GetAllocationStack()->Size(); in ClearBlackPtrs()
856 auto* it = GetAllocationStack()->Begin(); in ClearBlackPtrs()
857 auto* end = GetAllocationStack()->End(); in ClearBlackPtrs()
1484 accounting::ObjectStack* alloc_stack = GetAllocationStack(); in IsOnAllocStack()
Dconcurrent_copying.h201 accounting::ObjectStack* GetAllocationStack();