Home
last modified time | relevance | path

Searched refs:ReduceJSCall (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-inlining.h42 Reduction ReduceJSCall(Node* node);
H A Djs-typed-lowering.h73 Reduction ReduceJSCall(Node* node);
H A Djs-call-reducer.h142 Reduction ReduceJSCall(Node* node);
143 Reduction ReduceJSCall(Node* node, const SharedFunctionInfoRef& shared);
H A Djs-inlining-heuristic.cc709 Reduction const reduction = inliner_.ReduceJSCall(node); in InlineCandidate()
776 Reduction const reduction = inliner_.ReduceJSCall(call); in InlineCandidate()
H A Djs-call-reducer.cc2481 return ReduceJSCall(node);
2589 return Changed(node).FollowedBy(ReduceJSCall(node));
2864 return Changed(node).FollowedBy(ReduceJSCall(node));
4170 return Changed(node).FollowedBy(ReduceJSCall(node));
4328 return Changed(node).FollowedBy(ReduceJSCall(node));
4339 Reduction JSCallReducer::ReduceJSCall(Node* node) {
4361 return ReduceJSCall(node, function.shared());
4405 return Changed(node).FollowedBy(ReduceJSCall(node));
4421 return ReduceJSCall(node, params.shared_info(broker()));
4430 return ReduceJSCall(nod
[all...]
H A Djs-inlining.cc465 Reduction JSInliner::ReduceJSCall(Node* node) { in ReduceJSCall() function in v8::internal::compiler::JSInliner
H A Djs-typed-lowering.cc1680 Reduction JSTypedLowering::ReduceJSCall(Node* node) { in ReduceJSCall() function in v8::internal::compiler::JSTypedLowering
2424 return ReduceJSCall(node); in Reduce()

Completed in 13 milliseconds