Lines Matching defs:arguments
515 arguments,
521 masm(), kind, arguments, deopt_mode);
546 int arguments,
548 RecordSafepoint(pointers, Safepoint::kWithRegisters, arguments, deopt_mode);
1364 Register arguments = ToRegister(instr->arguments());
1367 // The pointer to the arguments array come from DoArgumentsElements.
1368 // It does not point directly to the arguments and there is an offest of
1377 __ Ldr(result, MemOperand(arguments, offset));
1384 __ Ldr(result, MemOperand(arguments, result, UXTW, kPointerSizeLog2));
1386 __ Ldr(result, MemOperand(arguments, length, UXTW, kPointerSizeLog2));
1393 __ Ldr(result, MemOperand(arguments, result, UXTW, kPointerSizeLog2));
1548 // Copy the arguments to this function possibly from the
1555 // number of arguments.
1560 // The arguments are at a one pointer size offset from elements.
1563 // Loop through the arguments pushing them onto the execution
1578 // The number of arguments is stored in argc (receiver) which is x0, as
1590 // When we are inside an inlined function, the arguments are the last things
1591 // that have been pushed on the stack. Therefore the arguments array can be
1594 // on the stack between fp and the arguments (the saved lr and fp) and the
1619 // If no arguments adaptor frame the number of arguments is fixed.
1624 // Arguments adaptor frame present. Get argument length from there.
1910 // Always initialize new target and number of actual arguments.
1982 // Always initialize new target and number of actual arguments.