Home | History | Annotate | Download | only in src

Lines Matching refs:Shrink

3662   // Attempt to shrink hash table after removal of key.
3663 MUST_USE_RESULT MaybeObject* Shrink(Key key);
3830 // Attempt to shrink the dictionary after deletion of key.
3831 MUST_USE_RESULT MaybeObject* Shrink(Key key);
4081 // Attempt to shrink hash table after removal of key.
4082 static Handle<ObjectHashSet> Shrink(Handle<ObjectHashSet> table,
4110 // Attempt to shrink hash table after removal of key.
4111 static Handle<ObjectHashTable> Shrink(Handle<ObjectHashTable> table,
9837 // Please note: push and pop can be used to grow and shrink the array.