Lines Matching refs:first_arg
991 const Operator* call_runtime_op, interpreter::Register first_arg, in ProcessCallRuntimeArguments() argument
994 int first_arg_index = first_arg.index(); in ProcessCallRuntimeArguments()
1006 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitCallRuntime() local
1011 Node* value = ProcessCallRuntimeArguments(call, first_arg, arg_count); in VisitCallRuntime()
1018 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitCallRuntimeForPair() local
1025 Node* return_pair = ProcessCallRuntimeArguments(call, first_arg, arg_count); in VisitCallRuntimeForPair()
1032 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitInvokeIntrinsic() local
1038 Node* value = ProcessCallRuntimeArguments(call, first_arg, arg_count); in VisitInvokeIntrinsic()
1044 interpreter::Register first_arg, size_t arity) { in ProcessCallNewArguments() argument
1047 int first_arg_index = first_arg.index(); in ProcessCallNewArguments()
1060 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitNew() local
1068 Node* value = ProcessCallNewArguments(call, callee, new_target, first_arg, in VisitNew()