Searched refs:AbortIfArgCountMismatch (Results 1 – 1 of 1) sorted by relevance
50 void AbortIfArgCountMismatch(int expected, compiler::Node* actual);103 AbortIfArgCountMismatch(expected_arg_count, args.reg_count()); \ in InvokeIntrinsic()404 void IntrinsicsGenerator::AbortIfArgCountMismatch(int expected, Node* actual) { in AbortIfArgCountMismatch() function in v8::internal::interpreter::IntrinsicsGenerator