Searched refs:CurVNode (Results 1 – 1 of 1) sorted by relevance
157 while (CurVNode) { in instrumentTargetValueImpl()163 MinCount = CurVNode->Count; in instrumentTargetValueImpl()164 MinCountVNode = CurVNode; in instrumentTargetValueImpl()166 PrevVNode = CurVNode; in instrumentTargetValueImpl()167 CurVNode = CurVNode->Next; in instrumentTargetValueImpl()201 CurVNode = MinCountVNode; in instrumentTargetValueImpl()210 CurVNode = allocateOneNode(); in instrumentTargetValueImpl()211 if (!CurVNode) in instrumentTargetValueImpl()213 CurVNode->Value = TargetValue; in instrumentTargetValueImpl()214 CurVNode->Count += CountValue; in instrumentTargetValueImpl()[all …]