Lines Matching defs:count
47 // -- a0 : actual argument count
54 // argument count.
61 // Restore target function, new target and actual argument count.
136 // Restore smi-tagged arguments count from the frame.
237 // Restore constructor function and argument count.
246 // should get the formal parameter count and copy the arguments in its
293 // Restore smi-tagged arguments count from the frame.
871 // -- a0 : actual argument count
916 // -- a0 : actual argument count
1099 // Increment invocation count for the function.
1210 // o a0 : actual argument count
1247 // and update invocation count. Otherwise, setup the stack frame.
1268 // Increment invocation count for the function.
1519 // -- a0 : argument count
1732 // the LAZY deopt point. t0 contains the arguments count, the return value
1740 // Recover arguments count.
2052 // Allocate new stack space for |count| arguments and shift all existing
2055 // |argc_in_out| is updated to include |count|.
2057 MacroAssembler* masm, Register count, Register argc_in_out,
2060 DCHECK(!AreAliased(count, argc_in_out, pointer_to_new_space_out, scratch1,
2065 __ dsll(new_space, count, kPointerSizeLog2);
2084 __ Daddu(argc_in_out, argc_in_out, count);
3184 // -- a2 : arguments count