Home
last modified time | relevance | path

Searched refs:kElementsStartIndex (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/objects/
Dhash-table.h162 static const int kElementsStartIndex = kPrefixStartIndex + Shape::kPrefixSize; variable
167 kHeaderSize + kElementsStartIndex * kPointerSize;
172 (FixedArray::kMaxLength - kElementsStartIndex) / kEntrySize;
182 return (entry * kEntrySize) + kElementsStartIndex; in EntryToIndex()
/external/v8/src/
Dfeedback-vector.cc1225 for (int index = SimpleNumberDictionary::kElementsStartIndex; in GetSourcePositions()
1274 for (int index = SimpleNumberDictionary::kElementsStartIndex; in ConvertToJSObject()
Dcode-stub-assembler.cc3395 NameDictionary::kElementsStartIndex) - in AllocateNameDictionaryWithCapacity()
7550 return IntPtrAdd(entry_index, IntPtrConstant(Dictionary::kElementsStartIndex + in EntryToIndex()
Dobjects.cc16777 for (int i = kPrefixStartIndex; i < kElementsStartIndex; i++) { in Rehash()
/external/v8/src/compiler/
Djs-create-lowering.cc1391 STATIC_ASSERT(NameDictionary::kElementsStartIndex == in ReduceJSCreateObject()
1393 for (int index = NameDictionary::kElementsStartIndex; index < length; in ReduceJSCreateObject()
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc2160 IntPtrConstant(EphemeronHashTable::kElementsStartIndex + in KeyIndexFromEntry()