Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.cc45 return ReduceJSCallFunction(node); in Reduce()
174 Reduction const reduction = ReduceJSCallFunction(node); in ReduceFunctionPrototypeApply()
211 Reduction const reduction = ReduceJSCallFunction(node); in ReduceFunctionPrototypeCall()
216 Reduction JSCallReducer::ReduceJSCallFunction(Node* node) { in ReduceJSCallFunction() function in v8::internal::compiler::JSCallReducer
295 Reduction const reduction = ReduceJSCallFunction(node); in ReduceJSCallFunction()
372 Reduction const reduction = ReduceJSCallFunction(node); in ReduceJSCallFunction()
Djs-call-reducer.h44 Reduction ReduceJSCallFunction(Node* node);
Djs-typed-lowering.h83 Reduction ReduceJSCallFunction(Node* node);
Djs-typed-lowering.cc2142 Reduction JSTypedLowering::ReduceJSCallFunction(Node* node) { in ReduceJSCallFunction() function in v8::internal::compiler::JSTypedLowering
2668 return ReduceJSCallFunction(node); in Reduce()