Searched refs:ReduceJSConstruct (Results 1 – 4 of 4) sorted by relevance
69 Reduction ReduceJSConstruct(Node* node); in NON_EXPORTED_BASE()
108 Reduction ReduceJSConstruct(Node* node);
180 return ReduceJSConstruct(node); in Reduce()3192 Reduction const reduction = ReduceJSConstruct(node); in ReduceCallOrConstructWithArrayLikeOrSpread()3737 Reduction JSCallReducer::ReduceJSConstruct(Node* node) { in ReduceJSConstruct() function in v8::internal::compiler::JSCallReducer3811 Reduction const reduction = ReduceJSConstruct(node); in ReduceJSConstruct()3921 Reduction const reduction = ReduceJSConstruct(node); in ReduceJSConstruct()3962 Reduction const reduction = ReduceJSConstruct(node); in ReduceJSConstruct()
1578 Reduction JSTypedLowering::ReduceJSConstruct(Node* node) { in ReduceJSConstruct() function in v8::internal::compiler::JSTypedLowering2344 return ReduceJSConstruct(node); in Reduce()