Searched refs:TryReuseDispatch (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | js-inlining-heuristic.h | 85 bool TryReuseDispatch(Node* node, Node* callee, Node** if_successes,
|
D | js-inlining-heuristic.cc | 413 bool JSInliningHeuristic::TryReuseDispatch(Node* node, Node* callee, in TryReuseDispatch() function in v8::internal::compiler::JSInliningHeuristic 655 if (TryReuseDispatch(node, callee, if_successes, calls, inputs, in CreateOrReuseDispatch()
|