Searched refs:expected_arg_count (Results 1 – 1 of 1) sorted by relevance
87 #define HANDLE_CASE(name, lower_case, expected_arg_count) \ in InvokeIntrinsic() argument90 if (FLAG_debug_code && expected_arg_count >= 0) { \ in InvokeIntrinsic()91 AbortIfArgCountMismatch(expected_arg_count, args.reg_count()); \ in InvokeIntrinsic()93 TNode<Object> value = name(args, context, expected_arg_count); \ in InvokeIntrinsic()