Lines Matching defs:count

54   //  -- x0 : actual argument count
61 // argument count.
71 // Restore target function, new target and actual argument count.
135 // should get the formal parameter count and copy the arguments in its
141 Register count = x2;
151 __ Sub(count, argc, kJSArgcReceiverSlots);
152 __ CopyDoubleWords(dst, src, count);
185 // Restore smi-tagged arguments count from the frame. Use fp relative
281 // Restore constructor function and argument count.
326 // should get the formal parameter count and copy the arguments in its
332 Register count = x2;
335 __ Mov(count, argc_without_receiver);
340 __ CopyDoubleWords(dst, src, count);
376 // Restore smi-tagged arguments count from the frame.
533 // -- x10 : argument count
536 // -- sp[0 .. arg count] : claimed for receiver and args
1063 // -- x0 : actual argument count
1116 // -- x0 : actual argument count
1293 // Increment invocation count for the function.
1404 // - x0: actual argument count
1445 // and update invocation count. Otherwise, setup the stack frame.
1461 // Increment invocation count for the function.
1483 // Push actual argument count, bytecode array, Smi tagged bytecode array
1761 // -- x0 : argument count
1993 // the LAZY deopt point. x0 contains the arguments count, the return value
2001 // Recover argument count.
2216 // Call function. The argument count is already zero.
2228 Register count = x12;
2233 // CopyDoubleWords changes the count argument.
2234 __ Mov(count, argc_without_receiver);
2241 __ CopyDoubleWords(copy_to, copy_from, count);
2249 __ SlotAddress(copy_from, count);
2251 __ CopyDoubleWords(copy_to, copy_from, count,
2256 // 5. Adjust argument count to make the original first argument the new
2724 // Arguments count is odd (with the receiver it's even), so there's no
2742 // Arguments count is even (with the receiver it's odd), so there's an
3575 // -- x2 : arguments count (not including the receiver)
3662 // drop, not the number of bytes. arm64 must always drop a slot count that is
3664 // register containing the slot count.
3978 // Since {unwind_limit} is the frame size up to the parameter count, we might