13 references to SystemVClassificationTypeIntegerByRef
ILCompiler.ReadyToRun (13)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (3)
167
(eightByteClassification == SystemVClassificationType.
SystemVClassificationTypeIntegerByRef
))
172
CORCOMPILE_GCREFMAP_TOKENS token = (eightByteClassification == SystemVClassificationType.
SystemVClassificationTypeIntegerByRef
) ? CORCOMPILE_GCREFMAP_TOKENS.GCREFMAP_INTERIOR : CORCOMPILE_GCREFMAP_TOKENS.GCREFMAP_REF;
825
case SystemVClassificationType.
SystemVClassificationTypeIntegerByRef
:
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
;