HomeSort by relevance Sort by last modified time
    Searched full:if_exceptions (Results 1 - 1 of 1) sorted by null

  /external/v8/src/compiler/
js-inlining-heuristic.cc 240 Node* if_exceptions[kMaxCallPolymorphism + 1]; local
242 if_exceptions[i] =
246 graph()->NewNode(common()->Merge(num_calls), num_calls, if_exceptions);
247 if_exceptions[num_calls] = exception_control;
249 num_calls + 1, if_exceptions);
252 if_exceptions);

Completed in 72 milliseconds