Searched refs:oldValues (Results 1 – 3 of 3) sorted by relevance
75 long[] oldValues = values; in rehash() local86 if (oldValues[i] != EMPTY) { in rehash()87 put(oldKeys[i], oldValues[i]); in rehash()
77 long[] oldValues = values; in rehash() local88 if (oldValues[i] != EMPTY) { in rehash()89 put(oldKeys[i], oldValues[i]); in rehash()
444 map<const Variable*, const ValueEntry*> oldValues; in popValueScope() local448 oldValues[(*valueIter)->getVariable()] = *valueIter; in popValueScope()468 if (oldValues.find(var) != oldValues.end()) in popValueScope()470 const ValueEntry* oldEntry = oldValues[var]; in popValueScope()