Home
last modified time | relevance | path

Searched refs:HandleException (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.cc145 act.sa_handler = HandleException; in SetupHandler()
168 void ExceptionHandler::HandleException(int signo) { in HandleException() function in google_breakpad::ExceptionHandler
Dexception_handler.h150 static void HandleException(int signo);
/external/toolchain-utils/crosperf/
Ddownload_images.py35 def HandleException(self, _, e): member in RunCommandExceptionHandler
115 command, except_handler=exception_handler.HandleException)
/external/v8/src/wasm/
Dwasm-interpreter.h126 ExceptionHandlingResult HandleException(Isolate* isolate);
Dwasm-debug.cc220 auto result = thread->HandleException(isolate_); in Execute()
393 ExceptionResult result = thread->HandleException(isolate_); in Unwind()
Dwasm-interpreter.cc1208 WasmInterpreter::Thread::ExceptionHandlingResult HandleException( in HandleException() function in v8::internal::wasm::__anon49171a620111::ThreadImpl
2073 return HandleException(isolate) == WasmInterpreter::Thread::HANDLED; in DoStackCheck()
2701 if (HandleException(isolate) == WasmInterpreter::Thread::UNWOUND) { in TryHandleException()
3026 WasmInterpreter::Thread::HandleException(Isolate* isolate) { in HandleException() function in v8::internal::wasm::WasmInterpreter::Thread
3027 return ToImpl(this)->HandleException(isolate); in HandleException()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc281 previous_filter_ = SetUnhandledExceptionFilter(HandleException); in Initialize()
454 SetUnhandledExceptionFilter(ExceptionHandler::HandleException); in ~AutoExceptionHandler()
471 LONG ExceptionHandler::HandleException(EXCEPTION_POINTERS* exinfo) { in HandleException() function in google_breakpad::ExceptionHandler
Dexception_handler.h317 static LONG WINAPI HandleException(EXCEPTION_POINTERS* exinfo);
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm182 // Dispatches to HandleException()
189 bool HandleException(int exception_type,
276 return breakpad->HandleException( exception_type,
389 // See the HandleException() method for the details.
674 HandleException(0, 0, 0, mach_thread_self());
679 bool Breakpad::HandleException(int exception_type, function
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c405 static DWORD HandleException(EXCEPTION_POINTERS *ptrs, in HandleException() function
831 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c408 static DWORD HandleException(EXCEPTION_POINTERS *ptrs, in HandleException() function
845 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym6834 FUNC 1bb0 c4 4 google_breakpad::ExceptionHandler::HandleException(_EXCEPTION_POINTERS *)
/external/google-breakpad/src/processor/testdata/
Dmodule0.out6834 FUNC 1bb0 c4 4 google_breakpad::ExceptionHandler::HandleException(_EXCEPTION_POINTERS *)