Lines Matching defs:count
308 // -- r2 : actual argument count
315 // argument count.
324 // Restore target function, new target and actual argument count.
386 // should get the formal parameter count and copy the arguments in its
410 // Restore smi-tagged arguments count from the frame.
518 // Restore constructor function and argument count.
568 // Restore smi-tagged arguments count from the frame.
1178 // -- r2 : actual argument count
1220 // -- r2 : actual argument count
1395 // Increment invocation count for the function.
1499 // o r2: actual argument count
1543 // and update invocation count. Otherwise, setup the stack frame.
1566 // Increment invocation count for the function.
1824 // -- r2 : argument count
2042 // the LAZY deopt point. r0 contains the arguments count, the return value
2050 // Recover arguments count.
2286 // Allocate new stack space for |count| arguments and shift all existing
2289 // |argc_in_out| is updated to include |count|.
2291 MacroAssembler* masm, Register count, Register argc_in_out,
2293 DCHECK(!AreAliased(count, argc_in_out, pointer_to_new_space_out, scratch1,
2298 __ ShiftLeftU64(new_space, count, Operand(kSystemPointerSizeLog2));
2319 __ AddS64(argc_in_out, argc_in_out, count);
2442 // -- r7 : number of arguments to copy, i.e. arguments count - start index
3399 // -- r4 : arguments count (not including the receiver)