Lines Matching refs:unwind_exception
57 if (version != 1 || unwind_exception == 0 || context == 0) {
68 scanEHTable(results, actions, native_exception, unwind_exception, context);
72 … __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
78 saveDataToBarrierCache(unwind_exception, context, results);
82 return continueUnwinding(unwind_exception, context);
92 … __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
98 loadDataFromBarrierCache(unwind_exception, results);
100 scanEHTable(results, actions, native_exception, unwind_exception, context);
103 call_terminate(unwind_exception);
106 setRegisters(unwind_exception, context, results);
107 saveUnexpectedDataToBarrierCache(unwind_exception,
114 scanEHTable(results, actions, native_exception, unwind_exception, context);
117 setRegisters(unwind_exception, context, results);
118 prepareBeginCleanup(unwind_exception);
121 return continueUnwinding(unwind_exception, context);