Searched refs:GetAllocationStack (Results 1 – 2 of 2) sorted by relevance
132 accounting::ObjectStack* GetAllocationStack();
650 accounting::ObjectStack* ConcurrentCopying::GetAllocationStack() { in GetAllocationStack() function in art::gc::collector::ConcurrentCopying1270 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()