Home | History | Annotate | Download | only in src

Lines Matching defs:EnsureCapacity

9779   Handle<CodeCacheHashTable> new_cache = EnsureCapacity(cache, 1, &key);
16206 // EnsureCapacity will guarantee the hash table is never full.
16340 Handle<Derived> HashTable<Derived, Shape, Key>::EnsureCapacity(
16419 // EnsureCapacity will guarantee the hash table is never full.
16551 EnsureCapacity(Handle<SeededNumberDictionary>, int, uint32_t);
16555 EnsureCapacity(Handle<UnseededNumberDictionary>, int, uint32_t);
16562 EnsureCapacity(Handle<NameDictionary>, int, Handle<Name>);
17001 table = StringTable::EnsureCapacity(table, expected, &dummy_key);
17045 table = StringTable::EnsureCapacity(table, 1, key);
17077 stringset = EnsureCapacity(stringset, 1, *name);
17137 cache = EnsureCapacity(cache, 1, &key);
17163 cache = EnsureCapacity(cache, 1, &key);
17178 cache = EnsureCapacity(cache, 1, &key);
17324 // Make sure that HashTable::EnsureCapacity will create a copy.
17331 Handle<Derived> Dictionary<Derived, Shape, Key>::EnsureCapacity(
17339 return DerivedHashTable::EnsureCapacity(dictionary, n, key);
17369 dictionary = EnsureCapacity(dictionary, 1, key);
17389 dictionary = EnsureCapacity(dictionary, 1, key);
17740 table = EnsureCapacity(table, 1, key);
17819 table = EnsureCapacity(table, 1, key, TENURED);