Home | History | Annotate | Download | only in x87

Lines Matching defs:arguments

122       // Copy arguments, receiver, and return address.
290 // address, receiver, and the arguments.
1045 // [incoming arguments] [spill slots] [pushed outgoing arguments]
1049 // [parameters] [locals] [expression stack including arguments]
1053 // [expression stack including arguments] [locals] [4 words] [parameters]
1189 int arguments,
1194 safepoints_.DefineSafepoint(masm(), kind, arguments, deopt_mode);
1219 int arguments,
1221 RecordSafepoint(pointers, Safepoint::kWithRegisters, arguments, mode);
2172 // Pass two doubles as arguments on the stack.
3079 Register arguments = ToRegister(instr->arguments());
3086 __ mov(result, Operand(arguments, index * kPointerSize));
3093 __ mov(result, Operand(arguments, length, times_4, kPointerSize));
3283 // Check for arguments adapter frame.
3291 // No arguments adaptor frame.
3295 // Arguments adaptor frame present.
3312 // If no arguments adaptor frame the number of arguments is fixed.
3317 // Arguments adaptor frame present. Get argument length from there.
3383 // Copy the arguments to this function possibly from the
3392 // Loop through the arguments pushing them onto the execution
3470 // Always initialize new target and number of actual arguments.
3482 // We need to adapt arguments.
3537 // Always initialize new target and number of actual arguments.