Lines Matching defs:Curr
150 CallStackTrieNode *Curr = nullptr;
162 Curr = Alloc;
167 auto Next = Curr->Callers.find(StackId);
168 if (Next != Curr->Callers.end()) {
169 Prev = Curr;
170 Curr = Next->second;
171 Curr->addAllocType(AllocType);
174 if (!hasSingleAllocType(Curr->AllocTypes))
180 Curr->Callers[StackId] = New;
181 Curr = New;
183 assert(Curr);
184 Curr->ContextSizeInfo.insert(Curr->ContextSizeInfo.end(),