Lines Matching defs:handler
308 // graph-builder-interface generates a dangling exception handler for each
320 // If this handler is dangling, return it.
324 // Otherwise, look for a LoopExit use of this handler.
347 // 0) Before doing anything, if {call} has an exception handler, collect all
349 Node* handler = nullptr;
351 if (NodeProperties::IsExceptionalCall(call, &handler)) {
421 // 3) Rewire unhandled calls to the handler.
453 ReplaceWithValue(handler, value_output, effect_output, control_output);
454 } else if (handler != nullptr) {
455 // Nothing in the inlined function can throw. Remove the handler.
456 ReplaceWithValue(handler, mcgraph()->Dead(), mcgraph()->Dead(),