Searched refs:kLengthIndex (Results 1 – 7 of 7) sorted by relevance
38 static const int kLengthIndex = 0;39 static const int kCalleeIndex = kLengthIndex + 1;52 static const int kLengthIndex = 0;53 STATIC_ASSERT(kLengthIndex == JSSloppyArgumentsObject::kLengthIndex);
497 static const int kLengthIndex = 0; variable644 static const int kLengthIndex = 0;645 static const int kFirstElementIndex = kLengthIndex + 1;
528 return Smi::ToInt(FixedArray::cast(*this).get(kLengthIndex)); in Length()532 return FixedArray::cast(*this).set(kLengthIndex, Smi::FromInt(length)); in SetLength()685 return Smi::ToInt(FixedArray::cast(*this).get(kLengthIndex)); in length()
1322 isolate->factory()->NewFixedArray(kLengthIndex + size); in New()1323 list->set(kLengthIndex, Smi::zero()); in New()1335 fixed_array->set(kLengthIndex, Smi::FromInt(index)); in Add()
607 CHECK_LE(ArrayList::kLengthIndex, length()); in ArrayListVerify()609 if (Length() == 0 && length() == ArrayList::kLengthIndex) { in ArrayListVerify()
2750 const InternalIndex kLengthIndex( in ReduceFunctionPrototypeBind() local2759 receiver_map.GetStrongValue(kLengthIndex)); in ReduceFunctionPrototypeBind()2767 if (!receiver_map.GetPropertyKey(kLengthIndex).equals(length_string) || in ReduceFunctionPrototypeBind()
3943 JSSloppyArgumentsObject::kLengthIndex, in InitializeGlobal()3998 JSStrictArgumentsObject::kLengthIndex, in InitializeGlobal()