Searched refs:exceptionHandler (Results 1 – 5 of 5) sorted by relevance
256 jmp_buf exceptionHandler; in ficlVmInnerLoop() local272 oldExceptionHandler = vm->exceptionHandler; in ficlVmInnerLoop()274 vm->exceptionHandler = &exceptionHandler; in ficlVmInnerLoop()275 except = setjmp(exceptionHandler); in ficlVmInnerLoop()281 vm->exceptionHandler = oldExceptionHandler; in ficlVmInnerLoop()2060 vm->exceptionHandler = oldExceptionHandler; in ficlVmInnerLoop()2354 if (vm->exceptionHandler) in ficlVmThrow()2355 longjmp(*(vm->exceptionHandler), except); in ficlVmThrow()2369 longjmp(*(vm->exceptionHandler), FICL_VM_STATUS_ERROR_EXIT); in ficlVmThrowError()2384 longjmp(*(vm->exceptionHandler), FICL_VM_STATUS_ERROR_EXIT); in ficlVmThrowErrorVararg()[all …]
2946 vm->exceptionHandler = &vmState; in ficlPrimitiveCatch()2973 vm->exceptionHandler = vmCopy.exceptionHandler; in ficlPrimitiveCatch()
1001 jmp_buf *exceptionHandler; /* crude exception mechanism... */ member
142 protected ExceptionHandler exceptionHandler; field in LocalConsumer627 if (exceptionHandler != null) { in work()628 exceptionHandler.handleException(e); in work()762 exceptionHandler = h; in go()795 if (exceptionHandler != null) { in stop()796 exceptionHandler.handleException(e); in stop()
644 final ExceptionHandler exceptionHandler = new ExceptionHandler() { in main() local979 exceptionHandler.handleException(x); in main()1022 exceptionHandler.handleException(x); in main()1026 dtrace.go(exceptionHandler); in main()