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

/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp70 extern LONG WINAPI topLevelExceptionFilter(_EXCEPTION_POINTERS* );
114 } __except(topLevelExceptionFilter((_EXCEPTION_POINTERS*)_exception_info())) {
137 result = topLevelExceptionFilter(&ep);
143 "Unexpected result from topLevelExceptionFilter");
163 // to our topLevelExceptionFilter when we take an exception in our
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp388 LONG WINAPI topLevelExceptionFilter(struct _EXCEPTION_POINTERS* exceptionInfo);
422 } __except(topLevelExceptionFilter(
2221 LONG WINAPI topLevelExceptionFilter(struct _EXCEPTION_POINTERS* exceptionInfo) { function
3829 topLevelVectoredExceptionHandler = AddVectoredExceptionHandler( 1, topLevelExceptionFilter);

Completed in 2265 milliseconds