Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.h58 Reduction ReduceJSCreateCatchContext(Node* node); in NON_EXPORTED_BASE()
Djs-create-lowering.cc226 return ReduceJSCreateCatchContext(node); in Reduce()
914 Reduction JSCreateLowering::ReduceJSCreateCatchContext(Node* node) { in ReduceJSCreateCatchContext() function in v8::internal::compiler::JSCreateLowering