Lines Matching refs:elements
110 Register elements,
117 // elements - holds the property dictionary on entry and is unchanged.
133 elements,
146 __ Test(Operand(elements, r1, times_pointer_size,
154 Operand(elements, r1, times_pointer_size,
168 Register elements,
175 // elements - holds the property dictionary on entry and is clobbered.
191 elements,
207 __ Test(Operand(elements,
216 __ lea(scratch1, Operand(elements,
224 __ RecordWrite(elements, scratch1, scratch0, kDontSaveFPRegs);
303 // If not_fast_array is NULL, doesn't perform the elements map check.
307 Register elements,
320 // elements - holds the elements of the receiver on exit.
329 // scratch - used to hold elements of the receiver and the loaded value.
331 __ movq(elements, FieldOperand(receiver, JSObject::kElementsOffset));
334 __ CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
338 __ AssertFastElements(elements);
341 __ SmiCompare(key, FieldOperand(elements, FixedArray::kLengthOffset));
346 __ movq(scratch, FieldOperand(elements,
407 // Check the receiver's map to see if it has fast elements.
426 // Check whether the elements is a number dictionary.
430 // rcx: elements
536 // rbx: elements
660 // Object case: Check key against length in the elements array.
685 // rbx: receiver's elements array (a FixedArray)
700 // rdi: elements array's map
707 // Array case: Get the length and the elements array from the JS
724 // rbx: receiver's elements array (a FixedArray)
740 // Writing a non-smi, check whether array allows non-smi elements.
754 // rdi: elements array's map
795 // Elements are FAST_DOUBLE_ELEMENTS, but value is an Object that's not a
915 // rax: elements
1058 // rax: elements
1060 // Check whether the elements is a number dictionary.
1161 // Check that the receiver is a JSObject. Because of the elements
1173 // Load the elements into scratch1 and check its map. If not, jump
1353 // rdx: elements
1478 // elements of FixedArray type). Value must be a number, but only smis are
1494 // Check that elements are FixedArray.
1496 // fast elements (including COW).