Lines Matching defs:exception
356 // Simulates entry and exit of exception handlers.
367 // An abstract representation for an exception handler that is being
369 // underlying bytecode. The exception handlers within the bytecode are
1224 // current exception handlers stack. We need, during the OSR graph generation,
1227 // peeling the loops, so that both exception handling and synchronisation with
1267 // Enters all remaining exception handler which end before the OSR loop
1269 // the exception handlers stack.
1346 // it has to happen before setting up exception handlers, so that the
2219 Node* exception = environment()->LookupRegister(reg);
2223 Node* context = NewNode(op, exception);
4212 // Potentially exit exception handlers.
4219 // Potentially enter exception handlers.
4292 // Add implicit exception continuation for throwing nodes.