Lines Matching defs:copy
408 // Fill arguments as array elements. Copy
977 // Copy arguments and receiver to the expression stack.
1103 // Copy arguments to the stack in a loop.
1436 // Calculate the copy start address (destination). Copy end address is sp.
1446 // (which is a copy of the last argument).
1510 // Returns (in v0) number of arguments to copy to stack as Smi.
1599 // Copy all arguments from the array to the stack.
1621 // Test if the copy loop has finished copying all the elements from the
1709 // Calculate copy start address into a0 and copy end address into a2.
1714 // Compute copy end address.
1718 // Copy the arguments (including the receiver) to the new stack frame.
1719 // a0: copy start address
1721 // a2: copy end address
1724 Label copy;
1725 __ bind(©);
1728 __ Branch(USE_DELAY_SLOT, ©, ne, a0, Operand(a2));
1738 // Calculate copy start address into a0 and copy end address is fp.
1747 // Compute copy end address. Also adjust for return address.
1750 // Copy the arguments (including the receiver) to the new stack frame.
1751 // a0: copy start address
1755 // t3: copy end address
1756 Label copy;
1757 __ bind(©);
1761 __ Branch(USE_DELAY_SLOT, ©, ne, a0, Operand(t3));