Searched refs:CurVNode (Results 1 – 1 of 1) sorted by relevance
154 while (CurVNode) { in instrumentTargetValueImpl()160 MinCount = CurVNode->Count; in instrumentTargetValueImpl()161 MinCountVNode = CurVNode; in instrumentTargetValueImpl()163 PrevVNode = CurVNode; in instrumentTargetValueImpl()164 CurVNode = CurVNode->Next; in instrumentTargetValueImpl()198 CurVNode = MinCountVNode; in instrumentTargetValueImpl()207 CurVNode = allocateOneNode(); in instrumentTargetValueImpl()208 if (!CurVNode) in instrumentTargetValueImpl()210 CurVNode->Value = TargetValue; in instrumentTargetValueImpl()211 CurVNode->Count += CountValue; in instrumentTargetValueImpl()[all …]