/third_party/node/deps/v8/src/trap-handler/ |
D | handler-inside-win.cc | 73 if (exception->ExceptionRecord->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) { in TryHandleWasmTrap() 96 const EXCEPTION_RECORD* record = exception->ExceptionRecord; in TryHandleWasmTrap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 205 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() 264 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler() 285 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
|
/third_party/googletest/googletest/test/ |
D | googletest-break-on-failure-unittest_.cc | 56 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
|
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpCrashHandler.c | 167 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT) in unhandledExceptionFilter() 191 switch (info->ExceptionRecord->ExceptionCode) in unhandledExceptionFilter() 224 g_crashHandler->crashAddress = (deUintptr)info->ExceptionRecord->ExceptionAddress; in unhandledExceptionFilter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 235 support::ulittle64_t ExceptionRecord; member 246 Exception ExceptionRecord; member
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | test_utils_win32.cpp | 87 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
|
/third_party/json/tests/thirdparty/Fuzzer/ |
D | FuzzerUtilWindows.cpp | 32 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | unwinding-info-win64.cc | 86 PEXCEPTION_RECORD ExceptionRecord, ULONG64 EstablisherFrame, in CRASH_HANDLER_FUNCTION_NAME() argument 89 EXCEPTION_POINTERS info = {ExceptionRecord, ContextRecord}; in CRASH_HANDLER_FUNCTION_NAME()
|
/third_party/mesa3d/src/mesa/x86/ |
D | common_x86.c | 100 PEXCEPTION_RECORD rec = exp->ExceptionRecord; in ExceptionFilter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 376 IO.mapRequired("Exception Record", Stream.MDExceptionStream.ExceptionRecord); in streamMapping() 384 mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0); in mapping()
|
/third_party/python/Modules/ |
D | faulthandler.c | 391 DWORD code = exc_info->ExceptionRecord->ExceptionCode; in faulthandler_exc_handler() 392 DWORD flags = exc_info->ExceptionRecord->ExceptionFlags; in faulthandler_exc_handler()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1030 ULONG64 ExceptionRecord; member 1040 MINIDUMP_EXCEPTION ExceptionRecord; member 1081 ULONG64 ExceptionRecord; member
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 434 *pdw = ptrs->ExceptionRecord->ExceptionCode; in HandleException() 435 *record = *ptrs->ExceptionRecord; in HandleException()
|
/third_party/node/deps/uv/src/win/ |
D | fs.c | 736 if (pep != NULL && pep->ExceptionRecord != NULL && in fs__filemap_ex_filter() 737 pep->ExceptionRecord->NumberParameters >= 3) { in fs__filemap_ex_filter() 738 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3]; in fs__filemap_ex_filter()
|
/third_party/libuv/src/win/ |
D | fs.c | 736 if (pep != NULL && pep->ExceptionRecord != NULL && in fs__filemap_ex_filter() 737 pep->ExceptionRecord->NumberParameters >= 3) { in fs__filemap_ex_filter() 738 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3]; in fs__filemap_ex_filter()
|
/third_party/skia/dm/ |
D | DM.cpp | 302 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 816 _exit(ep->ExceptionRecord->ExceptionCode);
|
/third_party/json/tests/thirdparty/doctest/ |
D | doctest.h | 4217 if(ExceptionInfo->ExceptionRecord->ExceptionCode == signalDefs[i].id) {
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 10813 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()
|