Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.h59 Reduction ReduceJSConstruct(Node* node);
Djs-typed-lowering.h73 Reduction ReduceJSConstruct(Node* node); in NON_EXPORTED_BASE()
Djs-call-reducer.cc24 return ReduceJSConstruct(node); in Reduce()
661 Reduction JSCallReducer::ReduceJSConstruct(Node* node) { in ReduceJSConstruct() function in v8::internal::compiler::JSCallReducer
768 Reduction const reduction = ReduceJSConstruct(node); in ReduceJSConstruct()
Djs-typed-lowering.cc1964 Reduction JSTypedLowering::ReduceJSConstruct(Node* node) { in ReduceJSConstruct() function in v8::internal::compiler::JSTypedLowering
2432 return ReduceJSConstruct(node); in Reduce()