Lines Matching refs:Array
1691 // [length of array] <- slot 1
1717 // validity or get the property names in a fixed array.
1764 // rax: map or fixed array (result from call to
1778 // Get the bridge array held in the enumeration index field.
1780 // Get the cache from the bridge array.
1792 // rax: fixed array (result from call to Runtime::kGetPropertyNamesFast)
1796 // Push the length of the array and the initial index onto the stack.
1810 __ SmiCompare(frame_->ElementAt(1), rax); // compare to the array length
1813 // Get the i'th entry of the array.
2336 // Materialize the regexp literal 'node' in the literals array
2360 // Literal array (0).
2376 // Retrieve the literals array and check the allocated entry. Begin
2384 // Load the literals array of the function.
2396 // jump to the deferred code passing the literals array.
2419 // Load the literals array of the function.
2422 // Literal array.
2501 // Load the literals array of the function.
2520 // Generate code to set the elements in the array that are not
2539 // Fetch the array literal while leaving a copy on the stack and
2540 // use it to get the elements array.
2549 // Write to the indexed properties array.
2553 // Update the write barrier for the array address.
2863 // JavaScript example: 'array[index](1, 2, 3)'
3629 // Check if the object is a JS array or not.
3912 // 2 (array): Arguments to the format string.
5882 // Inline array load code if inside of a loop. We do not know
5922 // root array to load null_value, since it must be patched with
5933 // Get the elements array from the receiver and check that it
6256 // Get the elements array from the receiver and check that it
6257 // is a flat array (not a dictionary).
6261 // fixed array map comparison. When debugging, we patch this
6364 __ movl(FieldOperand(rax, Array::kLengthOffset), Immediate(length));
6398 // [rsp + (3 * kPointerSize)]: literals array.
6415 // Allocate both the JS array and the elements array in one big
6419 // Copy the JS array part.
6428 // Get hold of the elements array of the boilerplate and setup the
6434 // Copy the elements array.
6842 // Check that the RegExp has been compiled (data contains a fixed array).
7495 // the arguments object and the elements array.
7540 // initialize the header in the elements fixed array.
7547 // Copy the fixed array slots.