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.
236 // Restore constructor function and argument count.
245 // should get the formal parameter count and copy the arguments in its
293 // Restore smi-tagged arguments count from the frame.
862 // -- a0 : actual argument count
905 // -- a0 : actual argument count
1091 // Increment invocation count for the function.
1202 // o a0 : actual argument count
1239 // and update invocation count. Otherwise, setup the stack frame.
1260 // Increment invocation count for the function.
1512 // -- a0 : argument count
1727 // the LAZY deopt point. t0 contains the arguments count, the return value
1735 // Recover arguments count.
2007 // Allocate new stack space for |count| arguments and shift all existing
2010 // |argc_in_out| is updated to include |count|.
2012 MacroAssembler* masm, Register count, Register argc_in_out,
2015 DCHECK(!AreAliased(count, argc_in_out, pointer_to_new_space_out, scratch1,
2020 __ sll(new_space, count, kPointerSizeLog2);
2039 __ Addu(argc_in_out, argc_in_out, count);
3099 // -- a2 : arguments count
3365 __ subu(a2, a2, a3); // In delay slot. a2 is the remining bytes count.
3379 // count how many bytes we have to copy after all the 64 byte chunks are
3489 // one word at a time. Set a2 to count how many bytes we have to copy
3545 // Now the dst (but not the source) is aligned. Set a2 to count how many