Lines Matching defs:copy
80 // Push a copy of the function.
357 // Copy arguments and receiver to the expression stack.
464 // Copy arguments to the stack in a loop.
803 __ j(not_sign, &loop); // While non-negative (to copy return address).
804 __ pop(ebx); // Discard copy of return address.
955 // Copy all arguments from the array to the stack.
1253 // Copy receiver and all expected arguments.
1258 Label copy;
1259 __ bind(©);
1264 __ j(less, ©);
1272 // Copy receiver and all actual arguments.
1281 Label copy;
1282 __ bind(©);
1287 __ j(not_zero, ©);