Lines Matching refs:args_count
715 TNode<Word32T> args_count = args.reg_count();
718 args_count = Int32Add(args_count, Int32Constant(kJSArgcReceiverSlots));
726 args_count, args.base_reg_location(),
791 TNode<Word32T> args_count = args.reg_count();
793 args_count, args.base_reg_location(),
810 TNode<Word32T> args_count = JSParameterCount(args.reg_count());
822 CallStub(callable, context, args_count, args.base_reg_location(),
835 CallStub(callable, context, args_count, args.base_reg_location(),
961 TNode<Word32T> args_count = JSParameterCount(args.reg_count());
962 return CallStub(callable, context, args_count, args.base_reg_location(),