Searched refs:nextTab (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java1613 Node<K,V>[] nextTab; int sc;
1615 (nextTab = ((ForwardingNode<K,V>)f).nextTable) != null) {
1616 if (nextTab == nextTable && tab == table &&
1619 transfer(tab, nextTab);
1620 return nextTab;
1663 private final void transfer(Node<K,V>[] tab, Node<K,V>[] nextTab) { argument
1667 if (nextTab == null) { // initiating
1671 nextTab = nt;
1676 nextTable = nextTab;
1683 nextTab[
[all...]

Completed in 22 milliseconds