Searched refs:ReduceJSCall (Results 1 – 7 of 7) sorted by relevance
41 Reduction ReduceJSCall(Node* node);
111 Reduction ReduceJSCall(Node* node);112 Reduction ReduceJSCall(Node* node, Handle<SharedFunctionInfo> shared);
71 Reduction ReduceJSCall(Node* node); in NON_EXPORTED_BASE()
372 return ReduceJSCall(node); in Reduce()379 Reduction JSInliner::ReduceJSCall(Node* node) { in ReduceJSCall() function in v8::internal::compiler::JSInliner
611 Reduction const reduction = inliner_.ReduceJSCall(node); in InlineCandidate()677 Reduction const reduction = inliner_.ReduceJSCall(node); in InlineCandidate()
186 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::JSCallReducer3241 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 …]
1651 Reduction JSTypedLowering::ReduceJSCall(Node* node) { in ReduceJSCall() function in v8::internal::compiler::JSTypedLowering2348 return ReduceJSCall(node); in Reduce()