Lines Matching defs:arguments
153 // Copy arguments, receiver, and return address.
322 // address, receiver, and the arguments.
775 // [incoming arguments] [spill slots] [pushed outgoing arguments]
779 // [parameters] [locals] [expression stack including arguments]
783 // [expression stack including arguments] [locals] [4 words] [parameters]
898 int arguments,
903 safepoints_.DefineSafepoint(masm(), kind, arguments, deopt_mode);
928 int arguments,
930 RecordSafepoint(pointers, Safepoint::kWithRegisters, arguments, mode);
1897 // Pass two doubles as arguments on the stack.
2804 Register arguments = ToRegister(instr->arguments());
2811 __ mov(result, Operand(arguments, index * kPointerSize));
2818 __ mov(result, Operand(arguments, length, times_4, kPointerSize));
3011 // Check for arguments adapter frame.
3019 // No arguments adaptor frame.
3023 // Arguments adaptor frame present.
3040 // If no arguments adaptor frame the number of arguments is fixed.
3045 // Arguments adaptor frame present. Get argument length from there.
3112 // Copy the arguments to this function possibly from the
3121 // Loop through the arguments pushing them onto the execution
3199 // Always initialize new target and number of actual arguments.
3211 // We need to adapt arguments.
3266 // Always initialize new target and number of actual arguments.