Home | History | Annotate | Download | only in src

Lines Matching full:handler

885   // The try block adds a handler to the exception handler chain
888 // control is passed to the handler, which also consumes the handler.
897 // Try handler code, exception in result register.
913 // Try block code. Sets up the exception handler chain.
928 // Try finally is compiled by setting up a try-handler on the stack while
932 // 1. By exiting the try-block normally. This removes the try-handler and
936 // try handler and calls the finally block code before continuing
939 // This can happen in nested function calls. It traverses the try-handler
940 // chain and consumes the try-handler entry before jumping to the
941 // handler code. The handler code then calls the finally-block before
952 // Setup the try-handler chain. Use a call to
953 // Jump to try-handler setup and try-block code. Use call to put try-handler
956 // Try handler code. Return address of call is pushed on handler stack.
958 // This code is only executed during stack-handler traversal when an
978 // Setup try handler (stack pointer registers).