Home
last modified time | relevance | path

Searched refs:ReduceJSConstruct (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Djs-typed-lowering.h69 Reduction ReduceJSConstruct(Node* node); in NON_EXPORTED_BASE()
Djs-call-reducer.h108 Reduction ReduceJSConstruct(Node* node);
Djs-call-reducer.cc180 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::JSCallReducer
3811 Reduction const reduction = ReduceJSConstruct(node); in ReduceJSConstruct()
3921 Reduction const reduction = ReduceJSConstruct(node); in ReduceJSConstruct()
3962 Reduction const reduction = ReduceJSConstruct(node); in ReduceJSConstruct()
Djs-typed-lowering.cc1578 Reduction JSTypedLowering::ReduceJSConstruct(Node* node) { in ReduceJSConstruct() function in v8::internal::compiler::JSTypedLowering
2344 return ReduceJSConstruct(node); in Reduce()