Lines Matching refs:elements
209 // Initialize elements and length in case later allocations fail so that the
220 // We have advice that we should change the elements kind
362 if (array_proto->elements() != heap->empty_fixed_array()) return false;
368 if (array_proto->elements() != heap->empty_fixed_array()) return false;
378 HeapObject* elms = array->elements();
397 if (first_added_arg >= args_length) return array->elements();
418 return array->elements();
515 if (elms != array->elements()) {
565 if (new_elms != array->elements()) {
638 // Shift the elements.
737 elms = array->elements();
758 elms = object->elements();
850 NULL, k, kind, result_array->elements(), 0, result_len, elms);
898 // given as a request to delete all the elements from the start.
949 NULL, actual_start, elements_kind, result_array->elements(),
951 // Cannot fail since the origin and target array are of the same elements
1111 // If a double array is concatted into a fast elements array, the fast
1112 // elements array needs to be initialized to contain proper holes, since
1128 FixedArrayBase* storage = result_array->elements();