Searched refs:TryReuseDispatch (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | js-inlining-heuristic.h | 71 bool TryReuseDispatch(Node* node, Node* callee, Candidate const& candidate,
|
D | js-inlining-heuristic.cc | 320 bool JSInliningHeuristic::TryReuseDispatch(Node* node, Node* callee, in TryReuseDispatch() function in v8::internal::compiler::JSInliningHeuristic 562 if (TryReuseDispatch(node, callee, candidate, if_successes, calls, inputs, in CreateOrReuseDispatch()
|