Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java3326 int baseIndex; // current index of initial table field in ConcurrentHashMap.Traverser
3333 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.BulkTask
4859 this.index = this.baseIndex = i; in BulkTask()
[all …]