Searched refs:atPosition (Results 1 – 1 of 1) sorted by relevance
229 const K atPosition = getKforV(v); variable230 if (atPosition < 0 || // invalid value231 atPosition == oldKey || // value's key still valid and matches old key232 ((atPosition ^ oldKey) & (mHashCapacity - 1)) != 0) { // stale key entry246 const K atPosition = getKforV(v); variable248 if (atPosition < 0 || // invalid value249 ((atPosition ^ mNextKey) & (mHashCapacity - 1)) != 0) { // stale key entry