Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_personality.cpp1242 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected() local
1243 if (new_exception_header == 0) in __cxa_call_unexpected()
1246 bool native_new_exception = __isOurExceptionClass(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
1248 if (native_new_exception && (new_exception_header != old_exception_header)) in __cxa_call_unexpected()
1251 static_cast<const __shim_type_info*>(new_exception_header->exceptionType); in __cxa_call_unexpected()
1253 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
1254 ((__cxa_dependent_exception*)new_exception_header)->primaryException : in __cxa_call_unexpected()
1255 new_exception_header + 1; in __cxa_call_unexpected()
1266 new_exception_header->handlerCount = -new_exception_header->handlerCount; in __cxa_call_unexpected()
1273 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
/aosp_15_r20/external/libcxxabi/src/
H A 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()