Home
last modified time | relevance | path

Searched refs:unwind_phase2 (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c128 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2() function
294 return unwind_phase2(exception_object); in _Unwind_SjLj_RaiseException()
318 unwind_phase2(exception_object); in _Unwind_SjLj_Resume()
DUnwindLevel1.c123 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase2() function
355 return unwind_phase2(&uc, exception_object); in _Unwind_RaiseException()
382 unwind_phase2(&uc, exception_object); in _Unwind_Resume()
DUnwind-EHABI.cpp547 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, in unwind_phase2() function
709 return unwind_phase2(&uc, exception_object, false); in _Unwind_RaiseException()
739 unwind_phase2(&uc, exception_object, true); in _Unwind_Resume()