/external/libunwind/src/unwind/ |
D | unwind-internal.h | 65 uint64_t exception_class = exception_object->exception_class; in _Unwind_Phase2() local 100 reason = (*stop) (_U_VERSION, actions, exception_class, in _Unwind_Phase2() 133 reason = (*personality) (_U_VERSION, actions, exception_class, in _Unwind_Phase2()
|
D | RaiseException.c | 32 uint64_t exception_class = exception_object->exception_class; in _Unwind_RaiseException() local 73 exception_class, exception_object, in _Unwind_RaiseException()
|
/external/libcxxabi/src/Unwind/ |
D | Unwind-sjlj.c | 96 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 154 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2() 214 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 233 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 269 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
D | UnwindLevel1.c | 88 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 186 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 271 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 291 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 327 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
D | UnwindLevel1-gcc-ext.c | 145 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0 in _Unwind_Backtrace()
|
/external/libcxxabi/src/ |
D | cxa_default_handlers.cpp | 39 (unwind_exception->exception_class & get_vendor_and_language) == in default_terminate_handler() 44 unwind_exception->exception_class == kOurDependentExceptionClass ? in default_terminate_handler()
|
D | cxa_exception.cpp | 80 unwind_exception->exception_class = kOurExceptionClass; in setExceptionClass() 84 unwind_exception->exception_class = kOurDependentExceptionClass; in setDependentExceptionClass() 89 return (unwind_exception->exception_class & get_vendor_and_language) == in isOurExceptionClass() 94 return (unwind_exception->exception_class & 0xFF) == 0x01; in isDependentException()
|
D | cxa_personality.cpp | 486 if (unwind_exception->exception_class == kOurDependentExceptionClass) in get_thrown_object_ptr() 1094 bool native_exception = (unwind_exception->exception_class & get_vendor_and_language) == in __gxx_personality_v0() 1200 (unwind_exception->exception_class & get_vendor_and_language) == in __cxa_call_unexpected() 1264 (new_exception_header->unwindHeader.exception_class & get_vendor_and_language) == in __cxa_call_unexpected() 1272 … new_exception_header->unwindHeader.exception_class == kOurDependentExceptionClass ? in __cxa_call_unexpected()
|
D | cxa_handlers.cpp | 96 (unwind_exception->exception_class & get_vendor_and_language) == in terminate()
|
/external/libcxxabi/include/ |
D | unwind.h | 70 uint64_t exception_class; member 119 uint64_t exception_class; member
|
/external/libunwind/include/ |
D | unwind.h | 79 uint64_t exception_class; member
|
/external/clang/lib/Headers/ |
D | unwind.h | 107 _Unwind_Exception_Class exception_class; member
|
/external/llvm/test/CodeGen/X86/ |
D | unwindraise.ll | 42 …%exception_class = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %e… 58 %5 = load i64, i64* %exception_class, align 8 147 %22 = load i64, i64* %exception_class, align 8
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 116 uint64_t exception_class; member 333 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException() 364 (ret->unwindException).exception_class = ourBaseExceptionClass; in createOurException()
|