Lines Matching defs:count
47 // -- a0 : actual argument count
54 // argument count.
62 // 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.
865 // -- a0 : actual argument count
907 // -- a0 : actual argument count
1095 // Increment invocation count for the function.
1206 // o a0 : actual argument count
1245 // and update invocation count. Otherwise, setup the stack frame.
1266 // Increment invocation count for the function.
1520 // -- a0 : argument count
1735 // the LAZY deopt point. t0 contains the arguments count, the return value
1743 // Recover arguments count.
2055 // Allocate new stack space for |count| arguments and shift all existing
2058 // |argc_in_out| is updated to include |count|.
2060 MacroAssembler* masm, Register count, Register argc_in_out,
2063 DCHECK(!AreAliased(count, argc_in_out, pointer_to_new_space_out, scratch1,
2068 __ slli_d(new_space, count, kPointerSizeLog2);
2087 __ Add_d(argc_in_out, argc_in_out, count);
3161 // -- a2 : arguments count