Searched refs:exception_class (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/util/
H A Dexception_formatter.py16 def PrintFormattedException(exception_class=None, exception=None, tb=None,
18 if not (bool(exception_class) == bool(exception) == bool(tb)):
20 'exception_class, exception, and tb')
22 if not exception_class:
23 exception_class, exception, tb = sys.exc_info()
25 if exception_class == exceptions.IntentionalException:
35 exception_list = traceback.format_exception_only(exception_class, exception)
/external/libunwind/src/unwind/
H A Dunwind-internal.h65 uint64_t exception_class = exception_object->exception_class; local
100 reason = (*stop) (_U_VERSION, actions, exception_class,
133 reason = (*personality) (_U_VERSION, actions, exception_class,
H A DRaiseException.c32 uint64_t exception_class = exception_object->exception_class; local
73 exception_class, exception_object,
/external/libcxxabi/src/
H A Dcxa_default_handlers.cpp39 (unwind_exception->exception_class & get_vendor_and_language) ==
44 unwind_exception->exception_class == kOurDependentExceptionClass ?
H A Dcxa_handlers.cpp96 (unwind_exception->exception_class & get_vendor_and_language) ==
H A Dcxa_exception.cpp80 unwind_exception->exception_class = kOurExceptionClass;
84 unwind_exception->exception_class = kOurDependentExceptionClass;
89 return (unwind_exception->exception_class & get_vendor_and_language) ==
94 return (unwind_exception->exception_class & 0xFF) == 0x01;
208 * Set the exception_class field in the unwind header. This is a 64-bit value
H A Dcxa_personality.cpp476 if (unwind_exception->exception_class == kOurDependentExceptionClass)
1051 bool native_exception = (unwind_exception->exception_class & get_vendor_and_language) ==
1171 (unwind_exception->exception_class & get_vendor_and_language) ==
1235 (new_exception_header->unwindHeader.exception_class & get_vendor_and_language) ==
1243 new_exception_header->unwindHeader.exception_class == kOurDependentExceptionClass ?
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c96 1, _UA_SEARCH_PHASE, exception_object->exception_class,
154 (*c->personality)(1, action, exception_object->exception_class,
214 (*stop)(1, action, exception_object->exception_class, exception_object,
233 (*p)(1, action, exception_object->exception_class, exception_object,
269 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
H A DUnwindLevel1.c85 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
179 (*p)(1, action, exception_object->exception_class, exception_object,
262 (*stop)(1, action, exception_object->exception_class, exception_object,
282 (*p)(1, action, exception_object->exception_class, exception_object,
316 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
/external/libunwind/include/
H A Dunwind.h73 /* The C++ ABI requires exception_class, private_1, and private_2 to
75 double-word-aligned. Please note that exception_class stays 64-bit
79 uint64_t exception_class; member in struct:_Unwind_Exception
/external/libcxxabi/include/
H A Dunwind.h74 uint64_t exception_class; member in struct:_Unwind_Control_Block
123 uint64_t exception_class; member in struct:_Unwind_Exception
/external/clang/lib/Headers/
H A Dunwind.h107 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c42 uint64_t exception_class; member in struct:_Unwind_Exception
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp115 uint64_t exception_class; member in struct:_Unwind_Exception
332 (expToDelete->exception_class == ourBaseExceptionClass)) {
363 (ret->unwindException).exception_class = ourBaseExceptionClass;
544 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
638 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
822 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
1294 // Retrieve exception_class member from thrown exception
1629 // (the _Unwind_Exception::exception_class should be different from
1709 // Create our _Unwind_Exception::exception_class value

Completed in 1724 milliseconds