Home
last modified time | relevance | path

Searched refs:classInfo (Results 1 – 4 of 4) 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,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp337 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 …]