Home | History | Annotate | Download | only in collect

Lines Matching defs:newIndex

1016                 int newIndex = s.getHash(last) & newMask;
1017 if (newIndex != tailIndex) {
1019 tailIndex = newIndex;
1029 int newIndex = s.getHash(e) & newMask;
1030 E newNext = newTable.get(newIndex);
1031 newTable.set(newIndex, s.copyEntry(key, e, newNext));