HomeSort by relevance Sort by last modified time
    Searched refs:unwindHeader (Results 1 - 3 of 3) sorted by null

  /external/libcxxabi/src/
cxa_exception.cpp 152 (void) __cxa_begin_catch(&exception_header->unwindHeader);
267 setOurExceptionClass(&exception_header->unwindHeader);
271 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func;
279 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader);
281 _Unwind_RaiseException(&exception_header->unwindHeader);
361 if (__isOurExceptionClass(&exception_header->unwindHeader))
374 return &exception_header->unwindHeader;
450 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]);
503 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader);
529 if (isDependentException(&exception_header->unwindHeader))
    [all...]
cxa_exception.hpp 64 // previously adding padded to 64-bit align unwindHeader.
67 _Unwind_Exception unwindHeader;
101 _Unwind_Exception unwindHeader;
cxa_personality.cpp     [all...]

Completed in 106 milliseconds