Searched defs:_Unwind_RaiseException (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/src/unwind/
H A DRaiseException.c30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object) function
120 ALIAS (_Unwind_RaiseException); variable
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c36 // _Unwind_RaiseException).
130 // _Unwind_RaiseException).
327 _Unwind_RaiseException(_Unwind_Exception *exception_object) { function
328 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)\n",
349 /// When _Unwind_RaiseException() is in phase2, it hands control
H A DUnwind-EHABI.cpp451 // _Unwind_RaiseException).
559 // _Unwind_RaiseException or _Unwind_Resume).
689 _Unwind_RaiseException(_Unwind_Exception *exception_object) { function
690 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)\n",
714 /// When _Unwind_RaiseException() is in phase2, it hands control
731 // _Unwind_RaiseException on EHABI will always set the reserved1 field to 0,

Completed in 83 milliseconds