Searched refs:batchFor (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 3667 final int batchFor(long b) { in batchFor() method in ConcurrentHashMap 3687 (null, batchFor(parallelismThreshold), 0, 0, table, in forEach() 3710 (null, batchFor(parallelismThreshold), 0, 0, table, in forEach() 3734 (null, batchFor(parallelismThreshold), 0, 0, table, in search() 3760 (null, batchFor(parallelismThreshold), 0, 0, table, in reduce() 3786 (null, batchFor(parallelismThreshold), 0, 0, table, in reduceToDouble() 3812 (null, batchFor(parallelismThreshold), 0, 0, table, in reduceToLong() 3838 (null, batchFor(parallelismThreshold), 0, 0, table, in reduceToInt() 3854 (null, batchFor(parallelismThreshold), 0, 0, table, in forEachKey() 3877 (null, batchFor(parallelismThreshold), 0, 0, table, in forEachKey() [all …]
|