Home | History | Annotate | Download | only in arm

Lines Matching defs:copy

400   // Fill arguments as array elements. Copy from the top of the stack (last
947 // Copy arguments and receiver to the expression stack.
1075 // Copy arguments to the stack in a loop.
1407 // Calculate the copy start address (destination). Copy end address is sp.
1417 // (which is a copy of the last argument).
1574 // Copy all arguments from the array to the stack.
1596 // Test if the copy loop has finished copying all the elements from the
1677 // Calculate copy start address into r0 and copy end address into r2.
1687 // Copy the arguments (including the receiver) to the new stack frame.
1688 // r0: copy start address
1690 // r2: copy end address
1693 Label copy;
1694 __ bind(&copy);
1699 __ b(ne, &copy);
1708 // Calculate copy start address into r0 and copy end address is fp.
1715 // Copy the arguments (including the receiver) to the new stack frame.
1716 // r0: copy start address
1720 Label copy;
1721 __ bind(&copy);
1727 __ b(ne, &copy);