Home | History | Annotate | Download | only in src

Lines Matching defs:EnsureCapacity

9697   Handle<CodeCacheHashTable> new_cache = EnsureCapacity(cache, 1, &key);
16300 // EnsureCapacity will guarantee the hash table is never full.
16434 Handle<Derived> HashTable<Derived, Shape, Key>::EnsureCapacity(
16513 // EnsureCapacity will guarantee the hash table is never full.
16654 EnsureCapacity(Handle<SeededNumberDictionary>, int, uint32_t);
16658 EnsureCapacity(Handle<UnseededNumberDictionary>, int, uint32_t);
16665 EnsureCapacity(Handle<NameDictionary>, int, Handle<Name>);
17224 table = StringTable::EnsureCapacity(table, expected, &dummy_key);
17335 table = StringTable::EnsureCapacity(table, 1, key);
17367 stringset = EnsureCapacity(stringset, 1, *name);
17386 set = EnsureCapacity(set, 1, key);
17573 cache = EnsureCapacity(cache, 1, &key);
17590 cache = EnsureCapacity(cache, 1, &key);
17620 cache = EnsureCapacity(cache, 1, &key);
17635 cache = EnsureCapacity(cache, 1, &key);
17752 // Make sure that HashTable::EnsureCapacity will create a copy.
17759 Handle<Derived> Dictionary<Derived, Shape, Key>::EnsureCapacity(
17767 return DerivedHashTable::EnsureCapacity(dictionary, n, key);
17797 dictionary = EnsureCapacity(dictionary, 1, key);
17816 dictionary = EnsureCapacity(dictionary, 1, key);
18230 table = EnsureCapacity(table, 1, key);
18309 table = EnsureCapacity(table, 1, key, TENURED);