Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.cc349 Node* if_exception0 = in ReduceFunctionPrototypeApply() local
358 graph()->NewNode(common()->Merge(2), if_exception0, if_exception1); in ReduceFunctionPrototypeApply()
359 Node* ephi = graph()->NewNode(common()->EffectPhi(2), if_exception0, in ReduceFunctionPrototypeApply()
363 if_exception0, if_exception1, merge); in ReduceFunctionPrototypeApply()
2242 Node* if_exception0 = in RewirePostCallbackExceptionEdges() local
2251 graph()->NewNode(common()->Merge(2), if_exception0, if_exception1); in RewirePostCallbackExceptionEdges()
2252 Node* ephi = graph()->NewNode(common()->EffectPhi(2), if_exception0, in RewirePostCallbackExceptionEdges()
2255 if_exception0, if_exception1, merge); in RewirePostCallbackExceptionEdges()