Home | History | Annotate | Download | only in interpreter

Lines Matching defs:first_arg

1020   Node* first_arg = __ RegisterLocation(first_arg_reg);
1023 Node* result = __ CallRuntimeN(function_id, context, first_arg, args_count);
1028 // CallRuntime <function_id> <first_arg> <arg_count>
1031 // register |first_arg| and |arg_count| arguments in subsequent
1037 // InvokeIntrinsic <function_id> <first_arg> <arg_count>
1040 // |function_id| with the first argument in |first_arg| and |arg_count|
1058 Node* first_arg = __ RegisterLocation(first_arg_reg);
1062 __ CallRuntimeN(function_id, context, first_arg, args_count, 2);
1074 // CallRuntimeForPair <function_id> <first_arg> <arg_count> <first_return>
1077 // first argument in register |first_arg| and |arg_count| arguments in
1087 Node* first_arg = __ RegisterLocation(receiver_reg);
1099 Node* result = __ CallJS(function, context, first_arg, args_count,
1119 Node* first_arg = __ RegisterLocation(first_arg_reg);
1123 __ CallConstruct(constructor, context, new_target, first_arg, args_count);
1128 // New <constructor> <first_arg> <arg_count>
1131 // register |first_arg| and |arg_count| arguments in subsequent