Searched refs:ReduceJSCallWithArrayLike (Results 1 – 2 of 2) sorted by relevance
144 Reduction ReduceJSCallWithArrayLike(Node* node);
2483 return ReduceJSCallWithArrayLike(node); in Reduce()2618 return Changed(node).FollowedBy(ReduceJSCallWithArrayLike(node)); in ReduceFunctionPrototypeApply()3072 return Changed(node).FollowedBy(ReduceJSCallWithArrayLike(node)); in ReduceReflectApply()4981 Reduction JSCallReducer::ReduceJSCallWithArrayLike(Node* node) { in ReduceJSCallWithArrayLike() function in v8::internal::compiler::JSCallReducer