Home
last modified time | relevance | path

Searched refs:ExceptionRecord (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/trap-handler/
Dhandler-inside-win.cc73 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/
DCrashRecoveryContext.cpp205 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/
Dgoogletest-break-on-failure-unittest_.cc56 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/third_party/vk-gl-cts/framework/qphelper/
DqpCrashHandler.c167 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/
DMinidump.h235 support::ulittle64_t ExceptionRecord; member
246 Exception ExceptionRecord; member
/third_party/skia/third_party/externals/angle2/util/windows/win32/
Dtest_utils_win32.cpp87 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilWindows.cpp32 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/third_party/node/deps/v8/src/diagnostics/
Dunwinding-info-win64.cc86 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/
Dcommon_x86.c100 PEXCEPTION_RECORD rec = exp->ExceptionRecord; in ExceptionFilter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp376 IO.mapRequired("Exception Record", Stream.MDExceptionStream.ExceptionRecord); in streamMapping()
384 mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0); in mapping()
/third_party/python/Modules/
Dfaulthandler.c391 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/
Ddbghelp.h1030 ULONG64 ExceptionRecord; member
1040 MINIDUMP_EXCEPTION ExceptionRecord; member
1081 ULONG64 ExceptionRecord; member
/third_party/python/Modules/_ctypes/
Dcallproc.c434 *pdw = ptrs->ExceptionRecord->ExceptionCode; in HandleException()
435 *record = *ptrs->ExceptionRecord; in HandleException()
/third_party/node/deps/uv/src/win/
Dfs.c736 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/
Dfs.c736 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/
DDM.cpp302 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc816 _exit(ep->ExceptionRecord->ExceptionCode);
/third_party/json/tests/thirdparty/doctest/
Ddoctest.h4217 if(ExceptionInfo->ExceptionRecord->ExceptionCode == signalDefs[i].id) {
/third_party/libabigail/tests/lib/
Dcatch.hpp10813 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()