Lines Matching defs:count
1732 void TurboAssembler::DropArguments(Register count, ArgumentsCountType type,
1738 leaq(rsp, Operand(rsp, count, times_system_pointer_size, receiver_bytes));
1742 SmiIndex index = SmiToIndex(count, count, kSystemPointerSizeLog2);
1748 addq(rsp, count);
1750 leaq(rsp, Operand(rsp, count, times_1, receiver_bytes));
1757 void TurboAssembler::DropArguments(Register count, Register scratch,
1760 DCHECK(!AreAliased(count, scratch));
1762 DropArguments(count, type, mode);
2636 // If the expected parameter count is equal to the adaptor sentinel, no need
2643 // If overapplication or if the actual argument count is equal to the
2644 // formal parameter count, no need to push extra undefined values.
2746 Push(kJavaScriptCallArgCountRegister); // Actual argument count.