Searched refs:ttypeIndex (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
H A Dhelper_func_internal.cc47 const __shim_type_info* getTypePtr(uint64_t ttypeIndex,
64 results.ttypeIndex = 0;
134 results.ttypeIndex = 0;
147 int64_t ttypeIndex = readSLEB128(&action); local
148 if (ttypeIndex > 0) {
152 getTypePtr(static_cast<uint64_t>(ttypeIndex),
159 results.ttypeIndex = ttypeIndex;
191 results.ttypeIndex = ttypeIndex;
302 getTypePtr(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, _Unwind_Exception* unwind_exception) argument
328 uint32_t ttypeIndex = *temp; local
415 getTypePtr(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, _Unwind_Exception* unwind_exception) argument
462 uint64_t ttypeIndex = readULEB128(&temp); local
[all...]
H A Ddwarf_helper.h71 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup member in struct:__cxxabiv1::ScanResultInternal
H A Dpersonality.cc73 exception_header->handlerSwitchValue = static_cast<int>(results.ttypeIndex);
93 results.ttypeIndex = exception_header->handlerSwitchValue;
H A Dcall_unexpected.cc261 int64_t ttypeIndex;
269 ttypeIndex = old_exception_header->handlerSwitchValue;
302 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding,
320 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dcxa_personality.cpp82 | Beginning of Action Table ttypeIndex == 0 : cleanup |
83 | ... ttypeIndex > 0 : catch |
84 | ttypeIndex < 0 : exception spec |
86 | | ttypeIndex | (SLEB128) | Index into type_info Table (1-based) | |
93 | | Nth type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == N | |
97 | | 1st type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == 1 | |
100 | | 1st ttypeIndex for 1st exception spec | (ULEB128) | classInfoOffset points here! | |
102 | | Mth ttypeIndex for 1st exception spec | (ULEB128) | | |
111 | | 1st ttypeIndex for Nth exception spec | (ULEB128) | | |
113 | | Mth ttypeIndex fo
330 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
349 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
455 uint64_t ttypeIndex = readULEB128(&temp); local
488 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup member in struct:__cxxabiv1::__anon197::scan_results
684 int64_t ttypeIndex = readSLEB128(&action); local
1188 int64_t ttypeIndex; local
[all...]

Completed in 2057 milliseconds