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

  /external/v8/src/compiler/
js-inlining-heuristic.cc 639 Node* if_exceptions[kMaxCallPolymorphism + 1]; local
642 if_exceptions[i] =
648 graph()->NewNode(common()->Merge(num_calls), num_calls, if_exceptions);
649 if_exceptions[num_calls] = exception_control;
651 num_calls + 1, if_exceptions);
654 if_exceptions);
js-native-context-specialization.cc 854 ZoneVector<Node*>* if_exceptions = nullptr; local
    [all...]

Completed in 211 milliseconds