Lines Matching full:finally
165 // Mark try finally as breakable to avoid adding a break slot in front of it.
1163 // try...finally on our way out, we will unconditionally preserve the
1191 // try...finally on our way out, we will unconditionally preserve the
1419 // Try finally is compiled by setting up a try-handler on the stack while
1422 // The try-finally construct can enter the finally block in three ways:
1424 // calls the finally block code before continuing.
1427 // try handler and calls the finally block code before continuing
1432 // handler code. The handler code then calls the finally-block before
1435 // The finally block must assume a return address on top of the stack
1448 // preserved by the finally block. Call the finally block and then
1454 // Finally block implementation.
1457 { Finally finally_body(this);
1464 __ PushTryHandler(StackHandler::FINALLY, stmt->index());
1469 // Execute the finally block on the way out. Clobber the unpredictable
1471 // finally block will unconditionally preserve the result register on the