Home
last modified time | relevance | path

Searched refs:AbortIfArgCountMismatch (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc50 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