Searched refs:exceptionHandler (Results 1 – 5 of 5) sorted by relevance
252 jmp_buf exceptionHandler; in ficlVmInnerLoop() local268 oldExceptionHandler = vm->exceptionHandler; in ficlVmInnerLoop()270 vm->exceptionHandler = &exceptionHandler; in ficlVmInnerLoop()271 except = setjmp(exceptionHandler); in ficlVmInnerLoop()277 vm->exceptionHandler = oldExceptionHandler; in ficlVmInnerLoop()2057 vm->exceptionHandler = oldExceptionHandler; in ficlVmInnerLoop()2350 if (vm->exceptionHandler) in ficlVmThrow()2351 longjmp(*(vm->exceptionHandler), except); in ficlVmThrow()2365 longjmp(*(vm->exceptionHandler), FICL_VM_STATUS_ERROR_EXIT); in ficlVmThrowError()2380 longjmp(*(vm->exceptionHandler), FICL_VM_STATUS_ERROR_EXIT); in ficlVmThrowErrorVararg()[all …]
2946 vm->exceptionHandler = &vmState; in ficlPrimitiveCatch()2973 vm->exceptionHandler = vmCopy.exceptionHandler; in ficlPrimitiveCatch()
1000 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()