Searched refs:classInfo (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/gabi++/src/ |
D | helper_func_internal.cc | 48 const uint8_t* classInfo, 99 const uint8_t* classInfo = NULL; in scanEHTable() local 108 classInfo = lsda + classInfoOffset; in scanEHTable() 153 classInfo, ttypeEncoding, unwind_exception); in scanEHTable() 216 if (canExceptionSpecCatch(ttypeIndex, classInfo, in scanEHTable() 303 const uint8_t* classInfo, in getTypePtr() argument 306 if (classInfo == 0) { // eh table corrupted! in getTypePtr() 309 const uint8_t* ptr = classInfo - ttypeIndex * 4; in getTypePtr() 314 const uint8_t* classInfo, in canExceptionSpecCatch() argument 319 if (classInfo == 0) { // eh table corrupted! in canExceptionSpecCatch() [all …]
|
D | call_unexpected.cc | 291 const uint8_t* classInfo = lsda + classInfoOffset; in __cxa_call_unexpected() local 302 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected() 320 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected()
|
D | helper_func_internal.h | 49 const uint8_t* classInfo,
|
/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 341 if (classInfo == 0) in get_shim_type_info() 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 361 if (classInfo == 0) in get_shim_type_info() 387 classInfo -= ttypeIndex; in get_shim_type_info() 388 return (const __shim_type_info*)readEncodedPointer(&classInfo, ttypeEncoding); in get_shim_type_info() 404 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument 408 if (classInfo == 0) in exception_spec_can_catch() 421 reinterpret_cast<uintptr_t>(classInfo) + in exception_spec_can_catch() [all …]
|