Searched refs:CurVNode (Results 1 – 1 of 1) sorted by relevance
169 while (CurVNode) { in instrumentTargetValueImpl()175 MinCount = CurVNode->Count; in instrumentTargetValueImpl()176 MinCountVNode = CurVNode; in instrumentTargetValueImpl()178 PrevVNode = CurVNode; in instrumentTargetValueImpl()179 CurVNode = CurVNode->Next; in instrumentTargetValueImpl()213 CurVNode = MinCountVNode; in instrumentTargetValueImpl()222 CurVNode = allocateOneNode(); in instrumentTargetValueImpl()223 if (!CurVNode) in instrumentTargetValueImpl()225 CurVNode->Value = TargetValue; in instrumentTargetValueImpl()226 CurVNode->Count += CountValue; in instrumentTargetValueImpl()[all …]