Searched refs:classInfo (Results 1 – 3 of 3) 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,
|