Lines Matching full:arg3
405 Node* arg1, Node* arg2, Node* arg3) {
408 raw_assembler_->CallRuntime3(function_id, arg1, arg2, arg3, context);
414 Node* arg1, Node* arg2, Node* arg3,
418 arg3, arg4, context);
424 Node* arg1, Node* arg2, Node* arg3, Node* arg4,
428 arg3, arg4, arg5, context);
450 Node* arg3) {
451 return raw_assembler_->TailCallRuntime3(function_id, arg1, arg2, arg3,
457 Node* arg3, Node* arg4) {
458 return raw_assembler_->TailCallRuntime4(function_id, arg1, arg2, arg3, arg4,
464 Node* arg3, Node* arg4, Node* arg5) {
465 return raw_assembler_->TailCallRuntime5(function_id, arg1, arg2, arg3, arg4,
471 Node* arg3, Node* arg4, Node* arg5,
473 return raw_assembler_->TailCallRuntime6(function_id, arg1, arg2, arg3, arg4,
491 Node* arg1, Node* arg2, Node* arg3,
494 return CallStub(callable.descriptor(), target, context, arg1, arg2, arg3,
499 Node* arg1, Node* arg2, Node* arg3, Node* arg4,
502 return CallStub(callable.descriptor(), target, context, arg1, arg2, arg3,
558 Node* arg2, Node* arg3, size_t result_size) {
567 args[2] = arg3;
575 Node* arg2, Node* arg3, Node* arg4,
585 args[2] = arg3;
594 Node* arg2, Node* arg3, Node* arg4, Node* arg5,
604 args[2] = arg3;
633 const Arg& arg2, const Arg& arg3,
645 args[arg3.index] = arg3.value;
654 const Arg& arg2, const Arg& arg3, const Arg& arg4,
666 args[arg3.index] = arg3.value;
676 const Arg& arg2, const Arg& arg3, const Arg& arg4,
688 args[arg3.index] = arg3.value;
724 Node* arg1, Node* arg2, Node* arg3,
727 return TailCallStub(callable.descriptor(), target, context, arg1, arg2, arg3,
732 Node* arg1, Node* arg2, Node* arg3,
735 return TailCallStub(callable.descriptor(), target, context, arg1, arg2, arg3,
740 Node* arg1, Node* arg2, Node* arg3,
743 return TailCallStub(callable.descriptor(), target, context, arg1, arg2, arg3,
780 Node* arg2, Node* arg3, size_t result_size) {
789 args[2] = arg3;
797 Node* arg2, Node* arg3, Node* arg4,
807 args[2] = arg3;
816 Node* arg2, Node* arg3, Node* arg4,
826 args[2] = arg3;
836 Node* arg2, Node* arg3, Node* arg4,
846 args[2] = arg3;
857 const Arg& arg2, const Arg& arg3,
869 args[arg3.index] = arg3.value;
879 const Arg& arg2, const Arg& arg3,
892 args[arg3.index] = arg3.value;
960 Node* arg2, Node* arg3, size_t result_size) {
970 args[5] = arg3;