Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.h43 Reduction ReduceJSCallConstruct(Node* node);
Djs-call-reducer.cc43 return ReduceJSCallConstruct(node); in Reduce()
380 Reduction JSCallReducer::ReduceJSCallConstruct(Node* node) { in ReduceJSCallConstruct() function in v8::internal::compiler::JSCallReducer
524 Reduction const reduction = ReduceJSCallConstruct(node); in ReduceJSCallConstruct()
Djs-typed-lowering.h82 Reduction ReduceJSCallConstruct(Node* node);
Djs-typed-lowering.cc2082 Reduction JSTypedLowering::ReduceJSCallConstruct(Node* node) { in ReduceJSCallConstruct() function in v8::internal::compiler::JSTypedLowering
2666 return ReduceJSCallConstruct(node); in Reduce()