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.c121 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase2() function
347 return unwind_phase2(&uc, exception_object); in _Unwind_RaiseException()
374 unwind_phase2(&uc, exception_object); in _Unwind_Resume()
DUnwind-EHABI.cpp513 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, in unwind_phase2() function
672 return unwind_phase2(&uc, exception_object, false); in _Unwind_RaiseException()
700 unwind_phase2(&uc, exception_object, true); in _Unwind_Resume()