Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c289 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); in _Unwind_SjLj_RaiseException() local
290 if (phase1 != _URC_NO_REASON) in _Unwind_SjLj_RaiseException()
291 return phase1; in _Unwind_SjLj_RaiseException()
DUnwindLevel1.c342 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); in _Unwind_RaiseException() local
343 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
344 return phase1; in _Unwind_RaiseException()
DUnwind-EHABI.cpp667 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); in _Unwind_RaiseException() local
668 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
669 return phase1; in _Unwind_RaiseException()