Searched refs:baseIndex (Results 1 – 1 of 1) sorted by relevance
3326 int baseIndex; // current index of initial table field in ConcurrentHashMap.Traverser3333 this.baseIndex = this.index = index; in Traverser()3349 if (baseIndex >= baseLimit || (t = tab) == null || in advance()3367 index = ++baseIndex; // visit upper slots if present in advance()3405 index = ++baseIndex; in recoverState()3550 return (h = ((i = baseIndex) + (f = baseLimit)) >>> 1) <= i ? null : in trySplit()3589 return (h = ((i = baseIndex) + (f = baseLimit)) >>> 1) <= i ? null : in trySplit()3629 return (h = ((i = baseIndex) + (f = baseLimit)) >>> 1) <= i ? null : in trySplit()4851 int baseIndex; field in ConcurrentHashMap.BulkTask4859 this.index = this.baseIndex = i; in BulkTask()[all …]