Searched refs:HasFastElements (Results 1 – 13 of 13) sorted by relevance
65 DCHECK(object->HasFastElements() || object->HasFastArgumentsElements()); in GetSloppyArgumentsLength()
49 CHECK(array->HasFastElements()); in RUNTIME_FUNCTION()
499 F(HasFastElements, 1, 1) \
289 CHECK(array->HasFastElements()); in RUNTIME_FUNCTION()
474 DCHECK(attributes != NONE || !holder_obj->HasFastElements()); in ReconfigureDataProperty()
617 array->HasFastElements() && !array->HasHoleyElements(); in WriteJSArray()
1134 if (length()->IsSmi() && HasFastElements()) { in JSArrayVerify()
2567 bool JSObject::HasFastElements() { in HasFastElements() function
2281 inline bool HasFastElements();
1588 object->HasFastElements() || object->HasFastStringWrapperElements() in AddImpl()
868 !array->length()->ToUint32(&length) || !array->HasFastElements() || in CreateListFromArrayLikeFastPath()15681 if (!HasFastElements()) return false; in WouldConvertToSlowElements()15800 if (!HasFastElements()) return false; in SetLengthWouldNormalize()
1377 if (!JSObject::cast(arg)->HasFastElements()) { in Fast_ArrayConcat()
2898 DCHECK(js_obj->HasFastElements() || js_obj->HasFixedTypedArrayElements() || in NewJSObjectFromMap()