Lines Matching refs:exception_target
85 Node* exception_target, in InlineCall() argument
143 if (exception_target != nullptr) { in InlineCall()
173 ReplaceWithValue(exception_target, value_output, effect_output, in InlineCall()
176 ReplaceWithValue(exception_target, exception_target, exception_target, in InlineCall()
457 Node* exception_target = nullptr; in ReduceJSCall() local
461 DCHECK_NULL(exception_target); in ReduceJSCall()
462 exception_target = edge.from(); in ReduceJSCall()
468 if (exception_target != nullptr) { in ReduceJSCall()
473 exception_target->id(), exception_target->op()->mnemonic(), in ReduceJSCall()
483 exception_target->id(), exception_target->op()->mnemonic()); in ReduceJSCall()
577 if (exception_target != nullptr) { in ReduceJSCall()
699 exception_target, uncaught_subcalls); in ReduceJSCall()