Searched refs:kHashTableStartIndex (Results 1 – 3 of 3) sorted by relevance
3808 return kHashTableStartIndex + NumberOfBuckets() + (entry * kEntrySize); in EntryToIndex()3815 Object* entry = this->get(kHashTableStartIndex + bucket); in HashToEntry()3853 static const int kHashTableStartIndex = kNumberOfDeletedElementsIndex + 1; variable3863 kHeaderSize + kHashTableStartIndex * kPointerSize;3904 static const int kRemovedHolesIndex = kHashTableStartIndex;3907 (FixedArray::kMaxLength - kHashTableStartIndex)
18686 kHashTableStartIndex + num_buckets + (capacity * kEntrySize), pretenure); in Allocate()18691 table->set(kHashTableStartIndex + i, Smi::FromInt(kNotFound)); in Allocate()18781 table->set(kHashTableStartIndex + bucket, Smi::FromInt(new_entry)); in Add()18811 Object* chain_entry = new_table->get(kHashTableStartIndex + bucket); in Rehash()18812 new_table->set(kHashTableStartIndex + bucket, Smi::FromInt(new_entry)); in Rehash()
12809 static const int kFixedArrayLength = CollectionType::kHashTableStartIndex + in BuildAllocateOrderedHashTable()