Searched refs:if_exception1 (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/ |
D | js-call-reducer.cc | 352 Node* if_exception1 = in ReduceFunctionPrototypeApply() local 358 graph()->NewNode(common()->Merge(2), if_exception0, if_exception1); in ReduceFunctionPrototypeApply() 360 if_exception1, merge); in ReduceFunctionPrototypeApply() 363 if_exception0, if_exception1, merge); in ReduceFunctionPrototypeApply() 2245 Node* if_exception1 = in RewirePostCallbackExceptionEdges() local 2251 graph()->NewNode(common()->Merge(2), if_exception0, if_exception1); in RewirePostCallbackExceptionEdges() 2253 if_exception1, merge); in RewirePostCallbackExceptionEdges() 2255 if_exception0, if_exception1, merge); in RewirePostCallbackExceptionEdges()
|