Home | History | Annotate | Download | only in ia32

Lines Matching full:elements

100 // Probe the string dictionary in the |elements| register. Jump to the
107 Register elements,
118 __ mov(r1, FieldOperand(elements, kCapacityOffset));
143 __ cmp(name, Operand(elements, r0, times_4,
164 Register elements,
171 // elements - holds the property dictionary on entry and is unchanged.
189 elements,
202 __ test(Operand(elements, r0, times_4, kDetailsOffset - kHeapObjectTag),
208 __ mov(result, Operand(elements, r0, times_4, kValueOffset - kHeapObjectTag));
221 Register elements,
228 // elements - holds the property dictionary on entry and is clobbered.
244 elements,
260 __ test(Operand(elements, r0, times_4, kDetailsOffset - kHeapObjectTag),
266 __ lea(r0, Operand(elements, r0, times_4, kValueOffset - kHeapObjectTag));
271 __ RecordWrite(elements, r0, r1);
277 Register elements,
285 // elements - holds the slow-case elements of the receiver and is unchanged.
327 __ mov(r1, FieldOperand(elements, NumberDictionary::kCapacityOffset));
347 __ cmp(key, FieldOperand(elements,
363 __ test(FieldOperand(elements, r2, times_pointer_size, kDetailsOffset),
370 __ mov(result, FieldOperand(elements, r2, times_pointer_size, kValueOffset));
459 // If not_fast_array is NULL, doesn't perform the elements map check.
471 // scratch - used to hold elements of the receiver and the loaded value.
545 // Check the "has fast elements" bit in the receiver's map which is
568 // Check whether the elements is a number dictionary.
572 // ecx: elements
789 // Object case: Check key against length in the elements array.
810 // edi: receiver->elements, a FixedArray
820 // Array case: Get the length and the elements array from the JS
840 // edi: FixedArray receiver->elements
842 // Update write barrier for the elements array address.
952 // eax: elements
1109 // eax: elements
1111 // Check whether the elements is a number dictionary.
1244 // edx: elements
1538 // elements of FixedArray type.), but currently is restricted to JSArray.
1555 // Check that elements are FixedArray.
1557 // fast elements (including COW).