HomeSort by relevance Sort by last modified time
    Searched refs:AbortIfArgCountMismatch (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
interpreter-intrinsics.h 80 void AbortIfArgCountMismatch(int expected, compiler::Node* actual);
interpreter-intrinsics.cc 88 AbortIfArgCountMismatch(expected_arg_count, arg_count); \
393 void IntrinsicsHelper::AbortIfArgCountMismatch(int expected, Node* actual) {

Completed in 98 milliseconds