Searched refs:ContextRecord (Results 1 – 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/trap-handler/ |
D | handler-inside-win.cc | 106 uintptr_t simulated_ip = exception->ContextRecord->Rdx; in TryHandleWasmTrap() 110 exception->ContextRecord->Rax = landing_pad; in TryHandleWasmTrap() 112 exception->ContextRecord->Rip = in TryHandleWasmTrap() 118 exception->ContextRecord->Rip = landing_pad; in TryHandleWasmTrap()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerryscript_adapter.c | 30 ContextRecord* g_contextRecords; 52 …g_contextRecords = (ContextRecord*)OhosMalloc(MEM_TYPE_JERRY, (MAX_CONTEXT_NUM) * sizeof(ContextRe… in JerryInitContextRecords()
|
D | generate-bytecode.h | 44 } ContextRecord; typedef
|
/third_party/jerryscript/jerry-port/default/ |
D | default-external-context.c | 31 extern ContextRecord* g_contextRecords;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 520 extern "C" VOID WINAPI RtlCaptureContext(PCONTEXT ContextRecord); 796 StackFrame.AddrPC.Offset = ep->ContextRecord->Rip; 798 StackFrame.AddrStack.Offset = ep->ContextRecord->Rsp; 800 StackFrame.AddrFrame.Offset = ep->ContextRecord->Rbp; 803 StackFrame.AddrPC.Offset = ep->ContextRecord->Eip; 805 StackFrame.AddrStack.Offset = ep->ContextRecord->Esp; 807 StackFrame.AddrFrame.Offset = ep->ContextRecord->Ebp; 814 ep->ContextRecord);
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | test_utils_win32.cpp | 98 PrintBacktrace(e->ContextRecord); in StackTraceCrashHandler()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 221 memcpy(&c, pExp->ContextRecord, sizeof(CONTEXT)); \
|
D | StackWalker.cpp | 519 PVOID ContextRecord,
|
/third_party/node/deps/v8/src/diagnostics/ |
D | unwinding-info-win64.cc | 87 PCONTEXT ContextRecord, PDISPATCHER_CONTEXT DispatcherContext) { 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 | 101 PCONTEXT ctx = exp->ContextRecord; in ExceptionFilter()
|
/third_party/node/deps/v8/src/base/debug/ |
D | stack_trace_win.cc | 177 InitTrace(exception_pointers->ContextRecord); in StackTrace()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 276 …neType,HANDLE hProcess,HANDLE hThread,LPSTACKFRAME64 StackFrame,PVOID ContextRecord,PREAD_PROCESS_… 290 …hineType,HANDLE hProcess,HANDLE hThread,LPSTACKFRAME StackFrame,PVOID ContextRecord,PREAD_PROCESS_… 1082 ULONG64 ContextRecord; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Signals.inc | 521 extern "C" VOID WINAPI RtlCaptureContext(PCONTEXT ContextRecord); 827 memcpy(&ContextCopy, ep->ContextRecord, sizeof(ContextCopy));
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-win32.cc | 1350 LPSTACKFRAME64 StackFrame, PVOID ContextRecord,
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.c | 3032 PVOID ContextRecord,
|