Home | History | Annotate | Download | only in arm

Lines Matching defs:copy

295   // Push a copy of the function onto the stack.
586 // Copy arguments and receiver to the expression stack.
715 // Copy arguments to the stack in a loop.
1126 // Calculate the copy start address (destination). Copy end address is sp.
1136 // (which is a copy of the last argument).
1294 // Copy all arguments from the array to the stack.
1315 // Test if the copy loop has finished copying all the elements from the
1398 // Calculate copy start address into r0 and copy end address into r2.
1408 // Copy the arguments (including the receiver) to the new stack frame.
1409 // r0: copy start address
1411 // r2: copy end address
1414 Label copy;
1415 __ bind(&copy);
1420 __ b(ne, &copy);
1429 // Calculate copy start address into r0 and copy end address is fp.
1436 // Copy the arguments (including the receiver) to the new stack frame.
1437 // r0: copy start address
1441 Label copy;
1442 __ bind(&copy);
1448 __ b(ne, &copy);