Home | History | Annotate | Download | only in src

Lines Matching refs:elements

197     // Initialize elements and length in case later allocations fail so that the
225 // We do not use SetContent to skip the unnecessary elements type check.
243 // Set length and elements on the array.
250 // Allocate an appropriately typed elements array.
396 if (array_proto->elements() != heap->empty_fixed_array()) return false;
402 if (array_proto->elements() != heap->empty_fixed_array()) return false;
412 HeapObject* elms = array->elements();
436 if (first_added_arg >= args_length) return array->elements();
444 return array->elements();
533 if (elms != array->elements()) {
605 // Shift the elements.
690 elms = FixedArray::cast(array->elements());
705 elms = FixedArray::cast(JSObject::cast(receiver)->elements());
767 FixedArray::cast(result_array->elements()),
808 // given as a request to delete all the elements from the start.
841 FixedArray::cast(result_array->elements()),
980 FixedArray* result_elms(FixedArray::cast(result_array->elements()));
984 FixedArray* elms = FixedArray::cast(array->elements());