Lines Matching refs:NumberOfElements
5662 int number_of_elements = dictionary->NumberOfElements(); in MigrateSlowToFast()
17127 DCHECK(NumberOfElements() < new_table->Capacity()); in Rehash()
17153 new_table->SetNumberOfElements(NumberOfElements()); in Rehash()
17235 int nof = table->NumberOfElements() + n; in EnsureCapacity()
17257 int nof = NumberOfElements() + n; in HasSufficientCapacity()
17274 int nof = table->NumberOfElements(); in Shrink()
17462 SeededNumberDictionary::New(isolate, dict->NumberOfElements()); in PrepareSlowElementsForSort()
17569 isolate->factory()->NewFixedArray(dict->NumberOfElements(), tenure); in PrepareElementsForSort()
18114 int length = dictionary->NumberOfElements(); in BuildIterationIndicesArray()
18143 int length = dictionary->NumberOfElements(); in GenerateNewEnumerationIndices()
18169 DCHECK_EQ(0, DerivedHashTable::NumberOfElements()); in SetRequiresCopyOnCapacityChange()
18461 keys->isolate()->factory()->NewFixedArray(dictionary->NumberOfElements()); in CollectKeysTo()
18705 int nof = table->NumberOfElements(); in EnsureGrowable()
18721 int nof = table->NumberOfElements(); in Shrink()
18774 int nof = table->NumberOfElements(); in Add()
18796 int nof = table->NumberOfElements(); in Rehash()