Home | History | Annotate | Download | only in x64

Lines Matching defs:copy

308     // Copy arguments and receiver to the expression stack.
471 // Copy arguments to the stack in a loop.
521 // Push a copy of the function onto the stack.
548 // Push a copy of the function onto the stack.
750 __ j(not_sign, &loop); // While non-negative (to copy return address).
751 __ pop(rbx); // Discard copy of return address.
909 // Copy all arguments from the array to the stack.
1618 // Copy receiver and all expected arguments.
1623 Label copy;
1624 __ bind(&copy);
1629 __ j(less, &copy);
1637 // Copy receiver and all actual arguments.
1642 Label copy;
1643 __ bind(&copy);
1648 __ j(less, &copy);