Home | History | Annotate | Download | only in concurrent

Lines Matching defs:MOVED

228      * only a special forwarding node (with hash field "MOVED") that
399 static final int MOVED = 0x8fffffff; // (-1) hash for forwarding nodes
833 else if ((fh = f.hash) == MOVED)
922 else if ((fh = f.hash) == MOVED)
998 else if ((fh = f.hash) == MOVED) {
1500 super(MOVED, null, null, null);
1729 else if ((fh = f.hash) == MOVED)
3037 * counterHashCodeGenerator, but may be moved upon collisions.