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