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

/libcore/luni/src/main/java/java/io/
H A DSerializationHandleMap.java34 /* Maximum number of elements that can be put in this map before having to rehash. */
104 rehash();
118 private void rehash() { method in class:SerializationHandleMap
/libcore/luni/src/main/java/java/lang/
H A DThreadLocal.java254 if (rehash()) {
296 * Gets rid of tombstones. Returns true if a rehash occurred.
297 * We must rehash every time we fill a null slot; we depend on the
301 private boolean rehash() { method in class:ThreadLocal.Values
/libcore/luni/src/main/java/java/util/
H A DIdentityHashMap.java59 * rehash.
475 rehash();
506 private void rehash() { method in class:IdentityHashMap
H A DWeakHashMap.java607 rehash();
621 private void rehash() { method in class:WeakHashMap
H A DHashtable.java379 rehash(); // Does nothing!!
447 rehash(); // Does nothing!!
454 // We're growing by at least 4x, rehash in the obvious way
475 protected void rehash() { method in class:Hashtable
/libcore/luni/src/test/java/tests/api/java/util/
H A DHashtableTest.java781 protected void rehash() { method in class:HashtableTest.Mock_Hashtable
783 super.rehash();
/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java362 rehash(node);
382 private void rehash(HashEntry<K,V> node) { method in class:ConcurrentHashMap.Segment
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 336 milliseconds