Home
last modified time | relevance | path

Searched refs:ReduceJSCallWithSpread (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-call-reducer.h62 Reduction ReduceJSCallWithSpread(Node* node);
Djs-call-reducer.cc30 return ReduceJSCallWithSpread(node); in Reduce()
652 Reduction JSCallReducer::ReduceJSCallWithSpread(Node* node) { in ReduceJSCallWithSpread() function in v8::internal::compiler::JSCallReducer