Home
last modified time | relevance | path

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

/external/libunwind/src/unwind/
Dunwind-internal.h65 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()
DRaiseException.c32 uint64_t exception_class = exception_object->exception_class; in _Unwind_RaiseException() local
73 exception_class, exception_object, in _Unwind_RaiseException()
/external/libcxxabi/src/Unwind/
DUnwind-sjlj.c96 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()
DUnwindLevel1.c88 (*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()
DUnwindLevel1-gcc-ext.c145 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0 in _Unwind_Backtrace()
/external/libcxxabi/src/
Dcxa_default_handlers.cpp39 (unwind_exception->exception_class & get_vendor_and_language) == in default_terminate_handler()
44 unwind_exception->exception_class == kOurDependentExceptionClass ? in default_terminate_handler()
Dcxa_exception.cpp80 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()
Dcxa_personality.cpp486 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()
Dcxa_handlers.cpp96 (unwind_exception->exception_class & get_vendor_and_language) == in terminate()
/external/libcxxabi/include/
Dunwind.h70 uint64_t exception_class; member
119 uint64_t exception_class; member
/external/libunwind/include/
Dunwind.h79 uint64_t exception_class; member
/external/clang/lib/Headers/
Dunwind.h107 _Unwind_Exception_Class exception_class; member
/external/llvm/test/CodeGen/X86/
Dunwindraise.ll42 …%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/
DExceptionDemo.cpp116 uint64_t exception_class; member
333 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException()
364 (ret->unwindException).exception_class = ourBaseExceptionClass; in createOurException()