Searched refs:tableSizeFor (Results 1 – 3 of 3) sorted by relevance
377 static final int tableSizeFor(int cap) { in tableSizeFor() method in HashMap456 this.threshold = tableSizeFor(initialCapacity); in HashMap()507 threshold = tableSizeFor(t); in putMapEntries()1395 tableSizeFor((int)fc)); in readObject()
62 static final int tableSizeFor(int cap) { in tableSizeFor() method in HashMap
700 private static final int tableSizeFor(int c) { in tableSizeFor() method in ConcurrentHashMap849 tableSizeFor(initialCapacity + (initialCapacity >>> 1) + 1)); in ConcurrentHashMap()908 MAXIMUM_CAPACITY : tableSizeFor((int)size); in ConcurrentHashMap()1478 n = tableSizeFor(sz + (sz >>> 1) + 1); in readObject()2393 tableSizeFor(size + (size >>> 1) + 1); in tryPresize()