Lines Matching refs:elements
31 #include "elements.h"
421 backing_store = holder->elements();
432 backing_store = holder->elements();
450 array, length, BackingStore::cast(array->elements()));
495 from = from_holder->elements();
517 from = holder->elements();
526 // Compute how many elements are not in other.
641 // If more than half the elements won't be used, trim the array.
671 // Request conversion to slow elements.
693 FixedArray* backing_store = FixedArray::cast(obj->elements());
835 : FixedDoubleArray::cast(obj->elements())->length();
837 FixedDoubleArray::cast(obj->elements())->set_the_hole(key);
1020 // Find last non-deletable element in range of elements to be
1039 // Remove elements that should be deleted.
1053 // Update the number of elements.
1065 FixedArray* backing_store = FixedArray::cast(obj->elements());
1083 FixedArray::cast(obj->elements())->set(1, new_elements);
1206 // Elements of the arguments object in slow mode might be slow aliases.
1231 FixedArray* parameter_map = FixedArray::cast(obj->elements());
1235 // parameter, and revert to normal elements in that case. That
1387 // to slow elements is needed for other reasons.