Home
last modified time | relevance | path

Searched refs:ttypeEncoding (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc49 uint8_t ttypeEncoding,
105 uint8_t ttypeEncoding = *lsda++; in scanEHTable() local
106 if (ttypeEncoding != DW_EH_PE_omit) { in scanEHTable()
153 classInfo, ttypeEncoding, unwind_exception); in scanEHTable()
217 ttypeEncoding, excpType, in scanEHTable()
304 uint8_t ttypeEncoding, in getTypePtr() argument
315 uint8_t ttypeEncoding, in canExceptionSpecCatch() argument
396 uint8_t ttypeEncoding = *lsda++; in saveUnexpectedDataToBarrierCache() local
397 if (ttypeEncoding != DW_EH_PE_omit) { in saveUnexpectedDataToBarrierCache()
417 uint8_t ttypeEncoding, in getTypePtr() argument
[all …]
Dcall_unexpected.cc286 uint8_t ttypeEncoding = *lsda++; in __cxa_call_unexpected() local
287 if (ttypeEncoding == DW_EH_PE_omit) { in __cxa_call_unexpected()
302 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected()
320 if (!canExceptionSpecCatch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected()
Dhelper_func_internal.h50 uint8_t ttypeEncoding,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp338 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
347 assert(ttypeEncoding == DW_EH_PE_absptr && "Unexpected TTypeEncoding"); in get_shim_type_info()
348 (void)ttypeEncoding; in get_shim_type_info()
358 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
366 switch (ttypeEncoding & 0x0F) in get_shim_type_info()
388 return (const __shim_type_info*)readEncodedPointer(&classInfo, ttypeEncoding); in get_shim_type_info()
405 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
414 assert(ttypeEncoding == DW_EH_PE_absptr && "Unexpected TTypeEncoding"); in exception_spec_can_catch()
415 (void)ttypeEncoding; in exception_spec_can_catch()
447 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
[all …]