Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp1263 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected() local
1264 if (new_exception_header == 0) in __cxa_call_unexpected()
1267 bool native_new_exception = __isOurExceptionClass(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
1269 if (native_new_exception && (new_exception_header != old_exception_header)) in __cxa_call_unexpected()
1272 static_cast<const __shim_type_info*>(new_exception_header->exceptionType); in __cxa_call_unexpected()
1274 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
1275 ((__cxa_dependent_exception*)new_exception_header)->primaryException : in __cxa_call_unexpected()
1276 new_exception_header + 1; in __cxa_call_unexpected()
1286 new_exception_header->handlerCount = -new_exception_header->handlerCount; in __cxa_call_unexpected()
1293 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()