HomeSort by relevance Sort by last modified time
    Searched defs:unwind_exception (Results 1 - 2 of 2) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
personality.cc 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); variable
106 setRegisters(unwind_exception, context, results)
118 prepareBeginCleanup(unwind_exception); variable
    [all...]
call_unexpected.cc 188 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(arg); local
189 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
190 bool native_exception = unwind_exception->exception_class == __gxx_exception_class;
193 __cxa_begin_catch(unwind_exception); // unexpected is also a handler
204 uint32_t count = unwind_exception->barrier_cache.bitpattern[1];
205 uint32_t stride = unwind_exception->barrier_cache.bitpattern[3];
207 unwind_exception->barrier_cache.bitpattern[4]);
209 __cxa_begin_catch(unwind_exception); // unexpected is also a handler
251 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(arg);
252 if (unwind_exception == 0)
    [all...]

Completed in 47 milliseconds