Home | History | Annotate | Download | only in src

Lines Matching defs:Rehash

16317 void HashTable<Derived, Shape, Key>::Rehash(
16332 // Rehash the elements.
16391 void HashTable<Derived, Shape, Key>::Rehash(Key key) {
16455 table->Rehash(new_table, key);
16503 table->Rehash(new_table, key);
18209 // Rehash if more than 33% of the entries are deleted entries.
18212 table->Rehash(isolate->factory()->undefined_value());
18225 table->Rehash(isolate->factory()->undefined_value());
18365 return Rehash(table, (nod < (capacity >> 1)) ? capacity << 1 : capacity);
18377 return Rehash(table, capacity / 2);
18464 Handle<Derived> OrderedHashTable<Derived, Iterator, entrysize>::Rehash(