Lines Matching defs:count
263 // -- r3 : actual argument count
270 // argument count.
279 // Restore target function, new target and actual argument count.
343 // should get the formal parameter count and copy the arguments in its
370 // Restore smi-tagged arguments count from the frame.
530 // Restore constructor function and argument count.
583 // Restore smi-tagged arguments count from the frame.
1142 // -- r3 : actual argument count
1187 // -- r3 : actual argument count
1361 // Increment invocation count for the function.
1468 // o r3: actual argument count
1510 // and update invocation count. Otherwise, setup the stack frame.
1534 // Increment invocation count for the function.
1765 // -- r3 : argument count
1988 // the LAZY deopt point. r0 contains the arguments count, the return value
1996 // Recover arguments count.
2243 // Allocate new stack space for |count| arguments and shift all existing
2246 // |argc_in_out| is updated to include |count|.
2248 MacroAssembler* masm, Register count, Register argc_in_out,
2250 DCHECK(!AreAliased(count, argc_in_out, pointer_to_new_space_out, scratch1,
2255 __ ShiftLeftU64(new_space, count, Operand(kSystemPointerSizeLog2));
2272 __ add(argc_in_out, argc_in_out, count);
2395 // -- r8 : number of arguments to copy, i.e. arguments count - start index
3378 // -- r5 : arguments count (not including the receiver)