Lines Matching defs:array
91 void Generate_PushArguments(MacroAssembler* masm, Register array, Register argc,
94 DCHECK(!AreAliased(array, argc, scratch, kScratchRegister));
100 Operand value(array, counter, times_system_pointer_size, 0);
558 // - Address** argv (pointer to array of tagged Object pointers)
565 // register rax and rbx holds the argument count and argument array,
642 // Register rbx points to array of pointers to handle locations.
1179 // Get the bytecode array from the function object and load it into
1192 // The bytecode array could have been flushed from the shared function info,
1242 // Push bytecode array and Smi tagged bytecode offset.
1274 // If the bytecode array has a valid incoming new target or generator object
1314 // Get bytecode array and bytecode offset from the stack frame.
1342 // After the call, restore the bytecode array, bytecode offset and accumulator
1527 // Tail call to the array construct stub (still in the caller
1595 // Get the bytecode array pointer from the frame.
1633 // Get bytecode array and bytecode offset from the stack frame.
3370 // We have to check the types of the params. The ValueType array contains
3375 // Set the ValueType array pointer to point to the first parameter.
3433 // We re-calculate the beginning of the value-types array and the beginning of
3554 // We can iterate through the valuetypes array to decide from which section we
3580 // We iterated through the valuetypes array, we are one field over the end in
3861 // The first valuetype of the array is the return's valuetype.
4745 // Build v8::PropertyCallbackInfo::args_ array on the stack and push property
4771 // v8::PropertyCallbackInfo::args_ array and name handle.
4777 // Load address of v8::PropertyAccessorInfo::args_ array.
5130 // Get bytecode array from the stack frame.