HomeSort by relevance Sort by last modified time
    Searched refs:exception_handler (Results 1 - 14 of 14) sorted by null

  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 42 QuickExceptionHandler exception_handler(self, true);
44 exception_handler.DeoptimizeSingleFrame(kind);
46 exception_handler.DeoptimizeStack();
48 uintptr_t return_pc = exception_handler.UpdateInstrumentationStack();
49 if (exception_handler.IsFullFragmentDone()) {
50 exception_handler.DoLongJump(true);
52 exception_handler.DeoptimizePartialFragmentFixup(return_pc);
56 exception_handler.DoLongJump(false);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
tokens.h 147 extern ExceptionHandler * exception_handler(void);
149 extern ExceptionHandler * exception_handler();
antlr.c 2969 exception_handler(void) function
    [all...]
antlr.g     [all...]
  /external/google-breakpad/src/client/solaris/handler/
Makefile 47 HANDLER_SRC=exception_handler.cc\
  /external/libxml2/os400/dlfcn/
dlfcn.c 967 #pragma exception_handler(err, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG)
1005 #pragma exception_handler(error, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG)
1066 #pragma exception_handler(error1, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG)
1087 #pragma exception_handler(error2, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG)
1127 #pragma exception_handler(error2, excbuf, 0, _C2_MH_ESCAPE, _CTLA_HANDLE_NO_MSG)
  /art/runtime/
quick_exception_handler.cc 67 QuickExceptionHandler* exception_handler,
72 exception_handler_(exception_handler),
350 QuickExceptionHandler* exception_handler,
354 exception_handler_(exception_handler),
thread.cc     [all...]
  /external/google-breakpad/android/google_breakpad/
Android.mk 41 # 3/ In your source code, include "src/client/linux/exception_handler.h"
74 src/client/linux/handler/exception_handler.cc \
  /external/toolchain-utils/crosperf/
download_images.py 108 exception_handler = RunCommandExceptionHandler(self._logger, self.log_level,
115 command, except_handler=exception_handler.HandleException)
  /external/google-breakpad/
Makefile.am 134 src/client/linux/handler/exception_handler.cc \
462 src/client/linux/handler/exception_handler.o \
    [all...]
  /external/autotest/server/cros/
autoupdater.py 456 def exception_handler(e): function in function:ChromiumOSUpdater._base_update_handler
471 retry_util.GenericRetry(exception_handler, 1,
    [all...]
  /external/libchrome/third_party/jinja2/
environment.py 253 exception_handler = None variable in class:Environment
777 if self.exception_handler is not None:
778 self.exception_handler(traceback)
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 183 // Signals caught by exception_handler().
1403 static void exception_handler(int sig) { function
    [all...]

Completed in 1104 milliseconds