Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.hpp52 int handlerSwitchValue; member
90 int handlerSwitchValue; member
Dcxa_personality.cpp945 exception_header->handlerSwitchValue = static_cast<int>(results.ttypeIndex); in __gxx_personality_sj0()
970 results.ttypeIndex = exception_header->handlerSwitchValue; in __gxx_personality_sj0()
1201 ttypeIndex = old_exception_header->handlerSwitchValue; in __cxa_call_unexpected()
/ndk/sources/cxx-stl/gabi++/src/
Dpersonality.cc73 exception_header->handlerSwitchValue = static_cast<int>(results.ttypeIndex);
93 results.ttypeIndex = exception_header->handlerSwitchValue;
Dcxxabi_defines.h297 int handlerSwitchValue; member
Dcall_unexpected.cc269 ttypeIndex = old_exception_header->handlerSwitchValue; in __cxa_call_unexpected()