Lines Matching defs:arguments
723 // [incoming arguments] [spill slots] [pushed outgoing arguments]
727 // [parameters] [locals] [expression stack including arguments]
731 // [expression stack including arguments] [locals] [4 words] [parameters]
848 int arguments,
854 kind, arguments, deopt_mode);
879 int arguments,
882 pointers, Safepoint::kWithRegisters, arguments, deopt_mode);
2909 Register arguments = ToRegister(instr->arguments());
2918 __ ld(result, MemOperand(arguments, index * kPointerSize));
2924 __ Daddu(at, arguments, at);
2934 __ Daddu(at, arguments, at);
2938 __ Daddu(at, arguments, at);
2947 __ Daddu(at, arguments, at);
3241 // Check if the calling frame is an arguments adaptor frame.
3261 // If no arguments adaptor frame the number of arguments is fixed.
3265 // Arguments adaptor frame present. Get argument length from there.
3349 // Copy the arguments to this function possibly from the
3356 // number of arguments.
3359 // The arguments are at a one pointer size offset from elements.
3362 // Loop through the arguments pushing them onto the execution
3381 // The number of arguments is stored in receiver which is a0, as expected
3447 // Always initialize new target and number of actual arguments.
3878 // Always initialize new target and number of actual arguments.