Searched refs:kLengthIndex (Results 1 – 6 of 6) sorted by relevance
27 static const int kLengthIndex = 0; variable44 static const int kCalleeIndex = kLengthIndex + 1;
66 Object* len_obj = object->InObjectPropertyAt(JSArgumentsObject::kLengthIndex); in GetSloppyArgumentsLength()
451 static const int kLengthIndex = 0; variable675 static const int kLengthIndex = 0; in TYPED_ARRAYS()676 static const int kFirstElementIndex = kLengthIndex + 1; in TYPED_ARRAYS()
301 return Smi::ToInt(FixedArray::cast(this)->get(kLengthIndex)); in Length()305 return FixedArray::cast(this)->set(kLengthIndex, Smi::FromInt(length)); in SetLength()770 return Smi::ToInt(FixedArray::cast(this)->get(kLengthIndex)); in length()
3615 JSSloppyArgumentsObject::kLengthIndex, in InitializeGlobal()3669 JSStrictArgumentsObject::kLengthIndex, in InitializeGlobal()
1297 isolate->factory()->NewFixedArray(kLengthIndex + size); in New()1298 list->set(kLengthIndex, Smi::kZero); in New()1310 fixed_array->set(kLengthIndex, Smi::FromInt(index)); in Add()