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