Home | History | Annotate | Download | only in src

Lines Matching refs:Shrink

2670   // Shrink length and insert filler objects.
2671 void Shrink(int length);
3262 // Attempt to shrink hash table after removal of key.
3263 MUST_USE_RESULT static Handle<Derived> Shrink(Handle<Derived> table, Key key);
3436 // Attempt to shrink the dictionary after deletion of key.
3437 MUST_USE_RESULT static inline Handle<Derived> Shrink(
3440 return DerivedHashTable::Shrink(dictionary, key);
3771 // Attempt to shrink hash table after removal of key.
3772 MUST_USE_RESULT static inline Handle<ObjectHashTable> Shrink(
3860 static Handle<Derived> Shrink(Handle<Derived> table);
10233 // Please note: push and pop can be used to grow and shrink the array.