Home | History | Annotate | Download | only in x64

Lines Matching defs:argument

179     // Argument to NewContext is the function, which is still in rdi.
1991 // remove the third argument from the stack before jumping
2323 // There are two words between the frame pointer and the last argument.
2438 // Arguments adaptor frame present. Get argument length from there.
2444 // Argument length is in result register.
2517 LOperand* argument = instr->InputAt(0);
2518 if (argument->IsConstantOperand()) {
2519 EmitPushConstantOperand(argument);
2520 } else if (argument->IsRegister()) {
2521 __ push(ToRegister(argument));
2523 ASSERT(!argument->IsDoubleRegister());
2524 __ push(ToOperand(argument));
2615 // Check the sign of the argument. If the argument is positive, just
2821 // Right argument is already in xmm1.