Lines Matching defs:EnsureCapacity
5851 Handle<Derived> HashTable<Derived, Shape>::EnsureCapacity(
5936 // EnsureCapacity will guarantee the hash table is never full.
5960 // EnsureCapacity will guarantee the hash table is never full.
5980 stringset = EnsureCapacity(isolate, stringset);
5999 table = EnsureCapacity(isolate, table);
6013 set = EnsureCapacity(isolate, set);
6136 dictionary = Derived::EnsureCapacity(isolate, dictionary);
6408 table = Derived::EnsureCapacity(isolate, table);
6882 HashTable<DERIVED, SHAPE>::EnsureCapacity(Isolate*, Handle<DERIVED>, int, \
6885 HashTable<DERIVED, SHAPE>::EnsureCapacity(LocalIsolate*, Handle<DERIVED>, \