Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h132 accounting::ObjectStack* GetAllocationStack();
Dconcurrent_copying.cc650 accounting::ObjectStack* ConcurrentCopying::GetAllocationStack() { in GetAllocationStack() function in art::gc::collector::ConcurrentCopying
1270 size_t count = GetAllocationStack()->Size(); in ClearBlackPtrs()
1271 auto* it = GetAllocationStack()->Begin(); in ClearBlackPtrs()
1272 auto* end = GetAllocationStack()->End(); in ClearBlackPtrs()
1986 accounting::ObjectStack* alloc_stack = GetAllocationStack(); in IsOnAllocStack()