Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.h66 Reduction ReduceJSCreateFunctionContext(Node* node); in NON_EXPORTED_BASE()
Djs-create-lowering.cc98 return ReduceJSCreateFunctionContext(node); in Reduce()
1221 Reduction JSCreateLowering::ReduceJSCreateFunctionContext(Node* node) { in ReduceJSCreateFunctionContext() function in v8::internal::compiler::JSCreateLowering