Lines Matching refs:EnsureCapacity
10399 Handle<CodeCacheHashTable> new_cache = EnsureCapacity(cache, 1, &key); in Put()
10567 EnsureCapacity(hash_table, 1, &key); in Put()
17228 Handle<Derived> HashTable<Derived, Shape, Key>::EnsureCapacity( in EnsureCapacity() function in v8::internal::HashTable
17430 EnsureCapacity(Handle<SeededNumberDictionary>, int, uint32_t);
17434 EnsureCapacity(Handle<UnseededNumberDictionary>, int, uint32_t);
17441 EnsureCapacity(Handle<NameDictionary>, int, Handle<Name>);
17855 table = StringTable::EnsureCapacity(table, expected, &dummy_key); in EnsureCapacityForDeserialization()
17877 table = StringTable::EnsureCapacity(table, 1, key); in LookupKey()
17960 cache = EnsureCapacity(cache, 1, &key); in Put()
17988 cache = EnsureCapacity(cache, 1, &key); in PutEval()
18003 cache = EnsureCapacity(cache, 1, &key); in PutRegExp()
18178 Handle<Derived> Dictionary<Derived, Shape, Key>::EnsureCapacity( in EnsureCapacity() function in v8::internal::Dictionary
18186 return DerivedHashTable::EnsureCapacity(dictionary, n, key); in EnsureCapacity()
18216 dictionary = EnsureCapacity(dictionary, 1, key); in AtPut()
18236 dictionary = EnsureCapacity(dictionary, 1, key); in Add()
18580 table = EnsureCapacity(table, 1, key); in Put()
18656 table = EnsureCapacity(table, 1, key, TENURED); in Put()