• Home
  • Raw
  • Download

Lines Matching refs:classInfo

350 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo,  in get_shim_type_info()  argument
354 if (classInfo == 0) in get_shim_type_info()
366 const uint8_t* ttypePtr = classInfo - ttypeIndex * sizeof(uintptr_t); in get_shim_type_info()
373 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument
377 if (classInfo == 0) in get_shim_type_info()
403 classInfo -= ttypeIndex; in get_shim_type_info()
404 return (const __shim_type_info*)readEncodedPointer(&classInfo, ttypeEncoding); in get_shim_type_info()
420 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument
424 if (classInfo == 0) in exception_spec_can_catch()
440 reinterpret_cast<uintptr_t>(classInfo) + in exception_spec_can_catch()
465 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument
469 if (classInfo == 0) in exception_spec_can_catch()
477 const uint8_t* temp = classInfo + specIndex; in exception_spec_can_catch()
486 classInfo, in exception_spec_can_catch()
633 const uint8_t* classInfo = NULL; in scan_eh_tab() local
648 classInfo = lsda + classInfoOffset; in scan_eh_tab()
720 classInfo, ttypeEncoding, in scan_eh_tab()
801 if (exception_spec_can_catch(ttypeIndex, classInfo, in scan_eh_tab()
1257 const uint8_t* classInfo = lsda + classInfoOffset; in __cxa_call_unexpected() local
1277 if (!exception_spec_can_catch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected()
1306 if (!exception_spec_can_catch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected()