Lines Matching refs:classInfo
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()
325 const uint32_t* temp = reinterpret_cast<const uint32_t*>(classInfo) + specIndex; in canExceptionSpecCatch()
390 const uint8_t* classInfo = NULL; in saveUnexpectedDataToBarrierCache() local
399 classInfo = lsda + classInfoOffset; in saveUnexpectedDataToBarrierCache()
402 const uint32_t* e = (const uint32_t*) classInfo - results.ttypeIndex - 1; in saveUnexpectedDataToBarrierCache()
416 const uint8_t* classInfo, in getTypePtr() argument
419 if (classInfo == 0) { // eh table corrupted! in getTypePtr()
443 classInfo -= ttypeIndex; in getTypePtr()
444 return (const __shim_type_info*)readEncodedPointer(&classInfo, ttypeEncoding); in getTypePtr()
448 const uint8_t* classInfo, in canExceptionSpecCatch() argument
453 if (classInfo == 0) { // eh table corrupted! in canExceptionSpecCatch()
459 const uint8_t* temp = classInfo + specIndex; in canExceptionSpecCatch()
467 classInfo, in canExceptionSpecCatch()