Searched refs:ttypeIndex (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/gabi++/src/ |
D | helper_func_internal.cc | 47 const __shim_type_info* getTypePtr(uint64_t ttypeIndex, 64 results.ttypeIndex = 0; in scanEHTable() 134 results.ttypeIndex = 0; in scanEHTable() 147 int64_t ttypeIndex = readSLEB128(&action); in scanEHTable() local 148 if (ttypeIndex > 0) { in scanEHTable() 152 getTypePtr(static_cast<uint64_t>(ttypeIndex), in scanEHTable() 159 results.ttypeIndex = ttypeIndex; in scanEHTable() 191 results.ttypeIndex = ttypeIndex; in scanEHTable() 204 } else if (ttypeIndex < 0) { in scanEHTable() 216 if (canExceptionSpecCatch(ttypeIndex, classInfo, in scanEHTable() [all …]
|
D | call_unexpected.cc | 261 int64_t ttypeIndex; in __cxa_call_unexpected() local 269 ttypeIndex = old_exception_header->handlerSwitchValue; in __cxa_call_unexpected() 302 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected() 320 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 | 71 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup member
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 337 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument 350 const uint8_t* ttypePtr = classInfo - ttypeIndex * sizeof(uintptr_t); in get_shim_type_info() 357 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument 369 ttypeIndex *= sizeof(void*); in get_shim_type_info() 373 ttypeIndex *= 2; in get_shim_type_info() 377 ttypeIndex *= 4; in get_shim_type_info() 381 ttypeIndex *= 8; in get_shim_type_info() 387 classInfo -= ttypeIndex; in get_shim_type_info() 463 uint64_t ttypeIndex = readULEB128(&temp); in exception_spec_can_catch() local 464 if (ttypeIndex == 0) in exception_spec_can_catch() [all …]
|