HomeSort by relevance Sort by last modified time
    Searched refs:exception_class (Results 1 - 25 of 68) sorted by null

1 2 3

  /ndk/tests/device/test-unwind-struct/jni/
main.c 21 CHECK_EQ(0, offsetof(struct _Unwind_Control_Block, exception_class));
25 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
31 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
37 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
  /external/chromium_org/tools/telemetry/telemetry/util/
exception_formatter.py 16 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/
unwind-internal.h 65 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,
RaiseException.c 32 uint64_t exception_class = exception_object->exception_class; local
73 exception_class, exception_object,
  /external/libcxxabi/src/
cxa_default_handlers.cpp 39 (unwind_exception->exception_class & get_vendor_and_language) ==
44 unwind_exception->exception_class == kOurDependentExceptionClass ?
cxa_handlers.cpp 96 (unwind_exception->exception_class & get_vendor_and_language) ==
cxa_exception.cpp 80 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
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_default_handlers.cpp 39 (unwind_exception->exception_class & get_vendor_and_language) ==
44 unwind_exception->exception_class == kOurDependentExceptionClass ?
cxa_handlers.cpp 96 (unwind_exception->exception_class & get_vendor_and_language) ==
cxa_exception.cpp 80 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
  /external/libcxxabi/src/Unwind/
Unwind-sjlj.c 96 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,
UnwindLevel1.c 85 (*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,
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 137 bool native = header->unwindHeader.exception_class == __gxx_exception_class;
160 if (header->unwindHeader.exception_class == __gxx_exception_class) {
190 bool native_exception = unwind_exception->exception_class == __gxx_exception_class;
257 bool native_old_exception = unwind_exception->exception_class == __gxx_exception_class;
298 new_exception_header->unwindHeader.exception_class == __gxx_exception_class;
cxxabi.cc 332 header->unwindHeader.exception_class = __gxx_exception_class;
347 if (isOurCxxException(exception->exception_class)) {
361 if (!isOurCxxException(exception->exception_class)) {
389 if (!isOurCxxException(exception->exception_class)) {
helper_func_internal.h 99 uint64_t exceptionClass = unwind_exception->exception_class; \
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 96 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,
UnwindLevel1.c 86 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
180 (*p)(1, action, exception_object->exception_class, exception_object,
265 (*stop)(1, action, exception_object->exception_class, exception_object,
285 (*p)(1, action, exception_object->exception_class, exception_object,
319 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
  /external/libunwind/include/
unwind.h 73 /* 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
  /ndk/sources/cxx-stl/gabi++/include/
unwind-itanium.h 69 uint64_t exception_class; member in struct:_Unwind_Exception
unwind-arm.h 60 uint64_t exception_class; // Compatible with Itanium ABI member in struct:_Unwind_Control_Block
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
unwind-itanium.h 69 uint64_t exception_class; member in struct:_Unwind_Exception
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h 69 uint64_t exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
unwind.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
unwind.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h 90 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception

Completed in 589 milliseconds

1 2 3