Home
last modified time | relevance | path

Searched refs:_UA_CLEANUP_PHASE (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c147 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
150 _UA_CLEANUP_PHASE | in unwind_phase2()
212 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
268 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
DUnwindLevel1.c174 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
177 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
263 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
318 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-itanium.h51 static const _Unwind_Action _UA_CLEANUP_PHASE = 2; variable
Dunwind-arm.h139 static const _Unwind_Action _UA_CLEANUP_PHASE = 2; variable
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp551 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab()
559 else if (actions & _UA_CLEANUP_PHASE) in scan_eh_tab()
667 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
830 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
958 if (actions & _UA_CLEANUP_PHASE) in __gxx_personality_sj0()
1130 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0()
1144 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, unwind_exception, context, lsda); in __gxx_personality_v0()
/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc73 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) { in scanEHTable()
77 } else if (actions & _UA_CLEANUP_PHASE) { in scanEHTable()
132 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scanEHTable()
251 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) { in scanEHTable()
Dpersonality.cc88 if (actions & _UA_CLEANUP_PHASE) {
Dhelper_func_internal.h110 actions = _UA_CLEANUP_PHASE; \
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h52 _UA_CLEANUP_PHASE = 2, enumerator