10 references to SystemVClassificationTypeIntegerByRef
ILCompiler.RyuJit (10)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (10)
132return SystemVClassificationTypeIntegerByRef; 149(newFieldClassification == SystemVClassificationTypeIntegerByRef) || 180case SystemVClassificationTypeIntegerByRef: 182Debug.Assert(originalClassification == SystemVClassificationTypeIntegerByRef); 183return SystemVClassificationTypeIntegerByRef; 333(fieldClassificationType == SystemVClassificationTypeIntegerByRef) || 448(fieldClassificationType != SystemVClassificationTypeIntegerByRef)); 457else if ((helper.EightByteClassifications[currentFieldEightByte] == SystemVClassificationTypeIntegerByRef) || 458(fieldClassificationType == SystemVClassificationTypeIntegerByRef)) 460helper.EightByteClassifications[currentFieldEightByte] = SystemVClassificationTypeIntegerByRef;