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

  /ndk/sources/cxx-stl/gabi++/src/
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...]
dwarf_helper.h 71 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup
personality.cc 73 exception_header->handlerSwitchValue = static_cast<int>(results.ttypeIndex);
93 results.ttypeIndex = exception_header->handlerSwitchValue;
call_unexpected.cc 261 int64_t ttypeIndex;
269 ttypeIndex = old_exception_header->handlerSwitchValue;
302 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding,
320 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding,

Completed in 26 milliseconds