HomeSort by relevance Sort by last modified time
    Searched defs:ttypeIndex (Results 1 - 4 of 4) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
dwarf_helper.h 71 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup
helper_func_internal.cc 47 const __shim_type_info* getTypePtr(uint64_t ttypeIndex,
64 results.ttypeIndex = 0;
134 results.ttypeIndex = 0;
147 int64_t ttypeIndex = readSLEB128(&action);
148 if (ttypeIndex > 0) {
152 getTypePtr(static_cast<uint64_t>(ttypeIndex),
159 results.ttypeIndex = ttypeIndex;
191 results.ttypeIndex = ttypeIndex;
    [all...]
  /external/libcxxabi/src/
cxa_personality.cpp 87 | Beginning of Action Table ttypeIndex == 0 : cleanup |
88 | ... ttypeIndex > 0 : catch |
89 | ttypeIndex < 0 : exception spec |
91 | | ttypeIndex | (SLEB128) | Index into type_info Table (1-based) | |
98 | | Nth type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == N | |
102 | | 1st type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == 1 | |
105 | | 1st ttypeIndex for 1st exception spec | (ULEB128) | classInfoOffset points here! | |
107 | | Mth ttypeIndex for 1st exception spec | (ULEB128) | | |
116 | | 1st ttypeIndex for Nth exception spec | (ULEB128) | | |
118 | | Mth ttypeIndex for Nth exception spec | (ULEB128) | |
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 82 | 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 for Nth exception spec | (ULEB128) | |
    [all...]

Completed in 228 milliseconds