Searched refs:Handle_FLT_Exception (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp186 LONG WINAPI Handle_FLT_Exception(struct _EXCEPTION_POINTERS* exceptionInfo);
305 prev_uef_handler = SetUnhandledExceptionFilter(Handle_FLT_Exception);
2149 LONG WINAPI Handle_FLT_Exception(struct _EXCEPTION_POINTERS* exceptionInfo) { function
2539 LONG result=Handle_FLT_Exception(exceptionInfo);

Completed in 47 milliseconds