Home
last modified time | relevance | path

Searched refs:old_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.cpp1182 __cxa_exception* old_exception_header = 0; in __cxa_call_unexpected() local
1189 old_exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __cxa_call_unexpected()
1190 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()
1191 u_handler = old_exception_header->unexpectedHandler; in __cxa_call_unexpected()
1198 ttypeIndex = old_exception_header->handlerSwitchValue; in __cxa_call_unexpected()
1199 lsda = old_exception_header->languageSpecificData; in __cxa_call_unexpected()
1200 base = (uintptr_t)old_exception_header->catchTemp; in __cxa_call_unexpected()
1248 if (native_new_exception && (new_exception_header != old_exception_header)) in __cxa_call_unexpected()
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_personality.cpp1208 __cxa_exception* old_exception_header = 0; in __cxa_call_unexpected() local
1213 old_exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __cxa_call_unexpected()
1214 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()
1215 u_handler = old_exception_header->unexpectedHandler; in __cxa_call_unexpected()
1222 ttypeIndex = old_exception_header->handlerSwitchValue; in __cxa_call_unexpected()
1223 lsda = old_exception_header->languageSpecificData; in __cxa_call_unexpected()
1269 if (native_new_exception && (new_exception_header != old_exception_header)) in __cxa_call_unexpected()