Home
last modified time | relevance | path

Searched refs:exception_handler (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/coreboot/src/arch/arm64/armv8/
H A Dexception.c67 static struct exception_handler *handlers[NUM_EXC_VIDS];
69 enum cb_err exception_handler_register(uint64_t vid, struct exception_handler *h) in exception_handler_register()
81 enum cb_err exception_handler_unregister(uint64_t vid, struct exception_handler *h) in exception_handler_unregister()
83 struct exception_handler *cur; in exception_handler_unregister()
84 struct exception_handler **prev; in exception_handler_unregister()
139 struct exception_handler *h; in handle_exception()
184 struct exception_handler sync_elx; in test_exception()
185 struct exception_handler sync_el0; in test_exception()
/aosp_15_r20/external/pigweed/pw_cpu_exception/
H A Dstart_exception_handler.cc19 static void (*exception_handler)(pw_cpu_exception_State*) = variable
24 exception_handler = handler; in pw_cpu_exception_SetHandler()
29 exception_handler = &pw_cpu_exception_DefaultHandler; in pw_cpu_exception_RestoreDefaultHandler()
33 exception_handler(reinterpret_cast<pw_cpu_exception_State*>(cpu_state)); in pw_cpu_exception_HandleException()
/aosp_15_r20/external/coreboot/src/arch/arm64/include/armv8/arch/
H A Dexception.h26 struct exception_handler { struct
28 struct exception_handler *next; argument
35 enum cb_err exception_handler_register(uint64_t vid, struct exception_handler *h);
41 enum cb_err exception_handler_unregister(uint64_t vid, struct exception_handler *h);
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/minidump_test.xcodeproj/
H A Dproject.pbxproj35 …0B0133520055103E /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9BD82C090B…
37 …0B0133520055103E /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9BD82C090B…
38 …B0133520055103E /* exception_handler.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9BD82C0A0B…
93 9BD82C100B0133520055103E /* exception_handler.h in CopyFiles */,
128 …5103E /* exception_handler.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType =…
129 …0055103E /* exception_handler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
314 9BD82C090B0133520055103E /* exception_handler.cc */,
315 9BD82C0A0B0133520055103E /* exception_handler.h */,
548 9BD82C0F0B0133520055103E /* exception_handler.cc in Sources */,
580 9BD82C0D0B0133520055103E /* exception_handler.cc in Sources */,
/aosp_15_r20/external/google-breakpad/src/client/ios/Breakpad.xcodeproj/
H A Dproject.pbxproj25 …147D4A4300776EAD /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16C7CBB114…
26 …147D4A4300776EAD /* exception_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = 16C7CBB2147…
84 …776EAD /* exception_handler.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
85 …00776EAD /* exception_handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
255 16C7CBB1147D4A4300776EAD /* exception_handler.cc */,
256 16C7CBB2147D4A4300776EAD /* exception_handler.h */,
342 16C7CDFA147D4A4300776EAD /* exception_handler.h in Headers */,
437 16C7CDF9147D4A4300776EAD /* exception_handler.cc in Sources */,
/aosp_15_r20/external/coreboot/src/arch/arm/armv7/
H A Dexception_asm.S44 str sp, exception_handler
52 ldr pc, exception_handler
71 exception_handler: label
/aosp_15_r20/external/libxml2/os400/dlfcn/
H A Ddlfcn.c967 #pragma exception_handler(err, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG) in dlreinit()
1005 #pragma exception_handler(error, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG) in dlsym()
1066 #pragma exception_handler(error1, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG) in dlopenqsys()
1087 #pragma exception_handler(error2, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG) in dlopenqsys()
1127 #pragma exception_handler(error2, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG) in dlopenqsys()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_asyncgen.py1469 def exception_handler(loop, context): function
1479 loop.set_exception_handler(exception_handler)
1491 def exception_handler(loop, context): function
1504 loop.set_exception_handler(exception_handler)
1520 def exception_handler(loop, context): function
1532 loop.set_exception_handler(exception_handler)
1580 def exception_handler(loop, context): function
1589 loop.set_exception_handler(exception_handler)
/aosp_15_r20/external/google-breakpad/docs/
H A Dlinux_starter_guide.md20 #include "client/linux/handler/exception_handler.h"
44 the other parameters to the `ExceptionHandler` constructor [in the exception_handler.h source file]…
46 …//chromium.googlesource.com/breakpad/breakpad/+/master/src/client/linux/handler/exception_handler.h
H A Dwindows_client_integration.md12 `exception_handler.lib` will be generated. You can either check this into your
17 "exception_handler.h"` and instantiate the `ExceptionHandler` object like so:
/aosp_15_r20/external/google-breakpad/src/client/mac/Breakpad.xcodeproj/
H A Dproject.pbxproj92 …12BAA40E005170D0 /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = F92C536D0E…
139 …121383A1002747C1 /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = F92C536D0E…
194 …0ECD1179009BE4BA /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = F92C536D0E…
199 …0F8083B7004D428B /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = F92C536D0E…
214 …0F82C66B00608B94 /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = F92C536D0E…
678exception_handler.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod…
679exception_handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
962 F92C536D0ECCE3FD009BE4BA /* exception_handler.cc */,
963 F92C536E0ECCE3FD009BE4BA /* exception_handler.h */,
1739 F92C56630ECD1179009BE4BA /* exception_handler.cc in Sources */,
[all …]
/aosp_15_r20/art/runtime/
H A Dquick_exception_handler.cc71 QuickExceptionHandler* exception_handler, in CatchBlockStackVisitor() argument
77 exception_handler_(exception_handler), in CatchBlockStackVisitor()
383 QuickExceptionHandler* exception_handler, in DeoptimizeStackVisitor() argument
387 exception_handler_(exception_handler), in DeoptimizeStackVisitor()
H A Dthread.cc4041 QuickExceptionHandler exception_handler(this, false); in QuickDeliverException() local
4042 exception_handler.FindCatch(exception, skip_method_exit_callbacks); in QuickDeliverException()
4043 if (exception_handler.GetClearException()) { in QuickDeliverException()
4052 return exception_handler.PrepareLongJump(); in QuickDeliverException()
4070 QuickExceptionHandler exception_handler(this, true); in Deoptimize() local
4072 exception_handler.DeoptimizeSingleFrame(kind); in Deoptimize()
4074 exception_handler.DeoptimizeStack(skip_method_exit_callbacks); in Deoptimize()
4076 if (exception_handler.IsFullFragmentDone()) { in Deoptimize()
4077 return exception_handler.PrepareLongJump(/*smash_caller_saves=*/ true); in Deoptimize()
4079 exception_handler.DeoptimizePartialFragmentFixup(); in Deoptimize()
[all …]
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Ddownload_images.py130 exception_handler = RunCommandExceptionHandler(
140 command, except_handler=exception_handler.HandleException
/aosp_15_r20/external/google-breakpad/
H A DMakefile.am500 src/client/linux/handler/exception_handler.cc \
501 src/client/linux/handler/exception_handler.h \
597 src/client/linux/handler/exception_handler.o \
1536 src/client/mac/handler/exception_handler.cc \
1537 src/client/mac/handler/exception_handler.h \
1558 src/client/solaris/handler/exception_handler.cc \
1559 src/client/solaris/handler/exception_handler.h \
1566 src/client/windows/handler/exception_handler.cc \
1567 src/client/windows/handler/exception_handler.h \
H A DREADME.ANDROID63 1/ You need to include "client/linux/handler/exception_handler.h" from a C++
H A DAndroid.bp62 "src/client/linux/handler/exception_handler.cc",
/aosp_15_r20/external/coreboot/src/arch/arm64/
H A Dramdetect.c26 static struct exception_handler sync_el0 = {.handler = &abort_checker};
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Denvironment.py253 exception_handler = None variable in Environment
777 if self.exception_handler is not None:
778 self.exception_handler(traceback)
/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/
H A DMakefile47 HANDLER_SRC=exception_handler.cc\
/aosp_15_r20/external/google-breakpad/android/google_breakpad/
H A DAndroid.mk78 src/client/linux/handler/exception_handler.cc \
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dconvert_frame.py321 def exception_handler( function
931 exception_handler(e, code, frame, export=export)
H A Dsymbolic_convert.py898 self.exception_handler(e)
1403 def exception_handler(self, raised_exception): member in InstructionTranslatorBase
/aosp_15_r20/external/google-breakpad/src/client/ios/
H A DBreakpad.mm50 #import "client/mac/handler/exception_handler.h"
/aosp_15_r20/external/google-breakpad/src/client/mac/Framework/
H A DBreakpad.mm42 #import "client/mac/handler/exception_handler.h"

12