Lines Matching defs:count
45 // -- a0 : actual argument count
52 // argument count.
61 // Restore target function, new target and actual argument count.
139 // Restore smi-tagged arguments count from the frame.
248 // Restore constructor function and argument count.
260 // should get the formal parameter count and copy the arguments in its
314 // Restore smi-tagged arguments count from the frame.
917 // -- a0 : actual argument count
963 // -- a0 : actual argument count
1156 // Increment invocation count for the function.
1265 // o a0 : actual argument count
1309 // and update invocation count. Otherwise, setup the stack frame.
1332 // Increment invocation count for the function.
1589 // -- a0 : argument count
1806 // the LAZY deopt point. t0 contains the arguments count, the return value
1814 // Recover arguments count.
2154 // Allocate new stack space for |count| arguments and shift all existing
2157 // |argc_in_out| is updated to include |count|.
2159 MacroAssembler* masm, Register count, Register argc_in_out,
2165 DCHECK(!AreAliased(count, argc_in_out, pointer_to_new_space_out, scratch1,
2170 __ slli(new_space, count, kPointerSizeLog2);
2189 __ Add64(argc_in_out, argc_in_out, count);
3249 // -- a2 : arguments count