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

/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c310 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { function
311 _LIBUNWIND_TRACE_API("_Unwind_SjLj_Resume(ex_obj=%p)\n", exception_object);
321 _LIBUNWIND_ABORT("_Unwind_SjLj_Resume() can't return");
342 _Unwind_SjLj_Resume(exception_object);
344 "_Unwind_SjLj_Resume() which unexpectedly returned");

Completed in 47 milliseconds