12 references to SystemVClassificationTypeInteger
ILCompiler.RyuJit (12)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (12)
119
return
SystemVClassificationTypeInteger
;
147
Debug.Assert((newFieldClassification ==
SystemVClassificationTypeInteger
) ||
154
case
SystemVClassificationTypeInteger
:
156
Debug.Assert((originalClassification ==
SystemVClassificationTypeInteger
) ||
159
return
SystemVClassificationTypeInteger
;
163
Debug.Assert((originalClassification ==
SystemVClassificationTypeInteger
) ||
172
return
SystemVClassificationTypeInteger
;
331
Debug.Assert((fieldClassificationType ==
SystemVClassificationTypeInteger
) ||
444
else if ((helper.EightByteClassifications[currentFieldEightByte] ==
SystemVClassificationTypeInteger
) ||
445
(fieldClassificationType ==
SystemVClassificationTypeInteger
))
450
helper.EightByteClassifications[currentFieldEightByte] =
SystemVClassificationTypeInteger
;
480
helper.EightByteClassifications[offset / SYSTEMV_EIGHT_BYTE_SIZE_IN_BYTES] =
SystemVClassificationTypeInteger
;