Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining.h41 Reduction ReduceJSCall(Node* node);
Djs-call-reducer.h111 Reduction ReduceJSCall(Node* node);
112 Reduction ReduceJSCall(Node* node, Handle<SharedFunctionInfo> shared);
Djs-typed-lowering.h71 Reduction ReduceJSCall(Node* node); in NON_EXPORTED_BASE()
Djs-inlining.cc372 return ReduceJSCall(node); in Reduce()
379 Reduction JSInliner::ReduceJSCall(Node* node) { in ReduceJSCall() function in v8::internal::compiler::JSInliner
Djs-inlining-heuristic.cc611 Reduction const reduction = inliner_.ReduceJSCall(node); in InlineCandidate()
677 Reduction const reduction = inliner_.ReduceJSCall(node); in InlineCandidate()
Djs-call-reducer.cc186 return ReduceJSCall(node); in Reduce()
383 Reduction const reduction = ReduceJSCall(node); in ReduceFunctionPrototypeApply()
533 Reduction const reduction = ReduceJSCall(node); in ReduceFunctionPrototypeCall()
3137 Reduction const reduction = ReduceJSCall(node); in ReduceCallOrConstructWithArrayLikeOrSpread()
3223 Reduction JSCallReducer::ReduceJSCall(Node* node) { in ReduceJSCall() function in v8::internal::compiler::JSCallReducer
3241 return ReduceJSCall(node, handle(function->shared(), isolate())); in ReduceJSCall()
3270 Reduction const reduction = ReduceJSCall(node); in ReduceJSCall()
3285 return ReduceJSCall(node, p.shared_info()); in ReduceJSCall()
3318 Reduction const reduction = ReduceJSCall(node); in ReduceJSCall()
3355 Reduction const reduction = ReduceJSCall(node); in ReduceJSCall()
[all …]
Djs-typed-lowering.cc1651 Reduction JSTypedLowering::ReduceJSCall(Node* node) { in ReduceJSCall() function in v8::internal::compiler::JSTypedLowering
2348 return ReduceJSCall(node); in Reduce()