Searched refs:kElementsStartIndex (Results 1 – 6 of 6) sorted by relevance
162 static const int kElementsStartIndex = kPrefixStartIndex + Shape::kPrefixSize; variable167 kHeaderSize + kElementsStartIndex * kPointerSize;172 (FixedArray::kMaxLength - kElementsStartIndex) / kEntrySize;182 return (entry * kEntrySize) + kElementsStartIndex; in EntryToIndex()
1225 for (int index = SimpleNumberDictionary::kElementsStartIndex; in GetSourcePositions()1274 for (int index = SimpleNumberDictionary::kElementsStartIndex; in ConvertToJSObject()
3395 NameDictionary::kElementsStartIndex) - in AllocateNameDictionaryWithCapacity()7550 return IntPtrAdd(entry_index, IntPtrConstant(Dictionary::kElementsStartIndex + in EntryToIndex()
16777 for (int i = kPrefixStartIndex; i < kElementsStartIndex; i++) { in Rehash()
1391 STATIC_ASSERT(NameDictionary::kElementsStartIndex == in ReduceJSCreateObject()1393 for (int index = NameDictionary::kElementsStartIndex; index < length; in ReduceJSCreateObject()
2160 IntPtrConstant(EphemeronHashTable::kElementsStartIndex + in KeyIndexFromEntry()