Home
last modified time | relevance | path

Searched refs:classInfo (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc48 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 …]
Dcall_unexpected.cc291 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()
Dhelper_func_internal.h49 const uint8_t* classInfo,