Searched refs:HasFastElements (Results 1 – 7 of 7) sorted by relevance
578 if (!array->HasFastElements()) { in BUILTIN()599 if (!object->HasFastElements()) { in BUILTIN()944 if (!arg->IsJSArray() || !JSArray::cast(arg)->HasFastElements() || in BUILTIN()
1960 DCHECK(shared_info_array->HasFastElements()); in CheckAndDropActivations()
7236 RUNTIME_ASSERT(array->HasFastElements()); in RUNTIME_FUNCTION()9743 RUNTIME_ASSERT(output->HasFastElements()); in RUNTIME_FUNCTION()13668 RUNTIME_ASSERT(shared_array->HasFastElements()) in RUNTIME_FUNCTION()
6376 bool JSObject::HasFastElements() { in HasFastElements() function
1700 inline bool HasFastElements();
11144 if (array->HasFastElements()) { in SetElementsLength()12940 if (HasFastElements() && key->ToArrayIndex(&index)) { in WouldConvertToSlowElements()
3660 DCHECK(js_obj->HasFastElements() || js_obj->HasExternalArrayElements() || in AllocateJSObjectFromMap()