Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-intrinsics.h77 void AbortIfArgCountMismatch(int expected, compiler::Node* actual);
Dinterpreter-intrinsics.cc89 AbortIfArgCountMismatch(expected_arg_count, arg_count); \ in InvokeIntrinsic()
340 void IntrinsicsHelper::AbortIfArgCountMismatch(int expected, Node* actual) { in AbortIfArgCountMismatch() function in v8::internal::interpreter::IntrinsicsHelper