Home
last modified time | relevance | path

Searched refs:MOVED (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java591 static final int MOVED = -1; // hash for forwarding nodes field in ConcurrentHashMap
1031 else if ((fh = f.hash) == MOVED) in putVal()
1122 else if ((fh = f.hash) == MOVED) in replaceNode()
1200 else if ((fh = f.hash) == MOVED) { in clear()
1725 else if ((fh = f.hash) == MOVED) in computeIfAbsent()
1816 else if ((fh = f.hash) == MOVED) in computeIfPresent()
1926 else if ((fh = f.hash) == MOVED) in compute()
2043 else if ((fh = f.hash) == MOVED) in merge()
2234 super(MOVED, null, null, null); in ForwardingNode()
2482 else if ((fh = f.hash) == MOVED) in transfer()