Lines Matching defs:elements
223 // Try to extract the elements from a JSArray object.
252 // Try to extract the elements from a JSArgumentsObject with standard map.
254 TNode<FixedArrayBase> elements = LoadElements(js_arguments);
255 TNode<Smi> elements_length = LoadFixedArrayBaseLength(elements);
257 var_elements = elements;
295 TNode<FixedArrayBase> elements = var_elements.value();
296 Branch(IsFixedDoubleArray(elements), &if_double, &if_not_double);
302 TailCallStub(callable, context, target, args_count, length, elements);
306 elements);
314 CallOrConstructDoubleVarargs(target, new_target, CAST(elements), length,
326 TNode<FixedDoubleArray> elements, TNode<Int32T> length,
340 CopyFixedArrayElements(PACKED_DOUBLE_ELEMENTS, elements, new_kind,
371 // Check that there are no elements on the Array.prototype chain.
382 // The fast-path accesses the {spread} elements directly.
388 // Check elements kind of {spread}.
441 TNode<FixedArrayBase> elements = var_elements.value();
447 TailCallStub(callable, context, target, args_count, length, elements);
451 elements);