Lines Matching defs:count
52 // -- r0 : actual argument count
59 // argument count.
68 // Restore target function, new target and actual argument count.
131 // should get the formal parameter count and copy the arguments in its
154 // Restore smi-tagged arguments count from the frame.
249 // Restore constructor function and argument count.
258 // should get the formal parameter count and copy the arguments in its
304 // Restore smi-tagged arguments count from the frame.
890 // -- r0 : actual argument count
930 // -- r0 : actual argument count
1119 // Increment invocation count for the function.
1230 // o r0: actual argument count
1268 // and update invocation count. Otherwise, setup the stack frame.
1282 // Increment invocation count for the function.
1534 // -- r0 : argument count
1751 // the LAZY deopt point. r0 contains the arguments count, the return value
1758 // Recover arguments count.
2035 // Allocate new stack space for |count| arguments and shift all existing
2038 // |argc_in_out| is updated to include |count|.
2040 MacroAssembler* masm, Register count, Register argc_in_out,
2042 DCHECK(!AreAliased(count, argc_in_out, pointer_to_new_space_out, scratch1,
2048 __ lsl(new_space, count, Operand(kSystemPointerSizeLog2));
2066 __ add(argc_in_out, argc_in_out, count);
2182 // -- r5 : number of arguments to copy, i.e. arguments count - start index
3099 // -- r2 : arguments count (not including the receiver)