Searched refs:ttypeIndex (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/gabi++/src/ |
D | helper_func_internal.cc | 51 const __shim_type_info* getTypePtr(uint64_t ttypeIndex, 68 results.ttypeIndex = 0; in scanEHTable() 138 results.ttypeIndex = 0; in scanEHTable() 151 int64_t ttypeIndex = readSLEB128(&action); in scanEHTable() local 152 if (ttypeIndex > 0) { in scanEHTable() 156 getTypePtr(static_cast<uint64_t>(ttypeIndex), in scanEHTable() 163 results.ttypeIndex = ttypeIndex; in scanEHTable() 195 results.ttypeIndex = ttypeIndex; in scanEHTable() 208 } else if (ttypeIndex < 0) { in scanEHTable() 220 if (canExceptionSpecCatch(ttypeIndex, classInfo, in scanEHTable() [all …]
|
D | call_unexpected.cc | 260 int64_t ttypeIndex; in __cxa_call_unexpected() local 268 ttypeIndex = old_exception_header->handlerSwitchValue; in __cxa_call_unexpected() 301 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected() 319 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected()
|
D | personality.cc | 73 exception_header->handlerSwitchValue = static_cast<int>(results.ttypeIndex); 93 results.ttypeIndex = exception_header->handlerSwitchValue;
|
D | dwarf_helper.h | 70 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup member
|