Searched refs:ReduceJSConstructWithArrayLike (Results 1 – 2 of 2) sorted by relevance
109 Reduction ReduceJSConstructWithArrayLike(Node* node);
182 return ReduceJSConstructWithArrayLike(node); in Reduce()794 Reduction const reduction = ReduceJSConstructWithArrayLike(node); in ReduceReflectConstruct()4276 Reduction JSCallReducer::ReduceJSConstructWithArrayLike(Node* node) { in ReduceJSConstructWithArrayLike() function in v8::internal::compiler::JSCallReducer