71 references to Int32
ilc (1)
Program.cs (1)
144
new ExternSymbolMappedField(typeSystemContext.GetWellKnownType(WellKnownType.
Int32
), "g_cpuFeatures"),
ILCompiler.Compiler (45)
Compiler\HardwareIntrinsicHelpers.Aot.cs (1)
29
Debug.Assert(isSupportedField.IsStatic && isSupportedField.FieldType.IsWellKnownType(WellKnownType.
Int32
));
Compiler\ReachabilityInstrumentationProvider.cs (1)
238
_dataField = new ExternSymbolMappedField(context.GetWellKnownType(WellKnownType.
Int32
), TokenUseBeginSymbol);
Compiler\TypePreinit.cs (5)
1590
ILOpcode.stelem_i4 => context.GetWellKnownType(WellKnownType.
Int32
),
1643
ILOpcode.ldelem_i4 => context.GetWellKnownType(WellKnownType.
Int32
),
1740
ILOpcode.ldind_i4 => context.GetWellKnownType(WellKnownType.
Int32
),
2127
if (!locationType.IsWellKnownType(WellKnownType.
Int32
)
3493
Debug.Assert(lengthField.FieldType.IsWellKnownType(WellKnownType.
Int32
)
Compiler\UserDefinedTypeDescriptor.cs (1)
815
FieldTypeIndex = GetVariableTypeIndex(defType.Context.GetWellKnownType(Is64Bit? WellKnownType.Int64 : WellKnownType.
Int32
), true),
IL\ILImporter.Scanner.cs (1)
1129
[context.GetWellKnownType(WellKnownType.
Int32
)]);
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (2)
180
Context.GetWellKnownType(WellKnownType.
Int32
),
182
Context.GetWellKnownType(WellKnownType.
Int32
),
parent\parent\Common\JitInterface\WasmLowering.cs (1)
407
'i' => context.GetWellKnownType(WellKnownType.
Int32
),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (7)
523
ImportLoadIndirect(WellKnownType.
Int32
);
553
ImportStoreIndirect(WellKnownType.
Int32
);
592
ImportConvert(WellKnownType.
Int32
, false, false);
666
ImportConvert(WellKnownType.
Int32
, true, true);
714
ImportLoadElement(WellKnownType.
Int32
);
744
ImportStoreElement(WellKnownType.
Int32
);
780
ImportConvert(WellKnownType.
Int32
, true, false);
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (1)
155
TypeDesc returnType = method.Context.GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (1)
77
var int32Type = context.GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (3)
317
ILLocalVariable invocationCountLocal = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
318
ILLocalVariable iteratorLocal = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
694
TypeDesc int32Type = context.GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\TypeSystem\IL\Stubs\GetFieldHelperMethodOverride.cs (1)
54
TypeDesc int32Type = context.GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
52
4 => method.Context.GetWellKnownType(WellKnownType.
Int32
),
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
269
TypeDesc nativeReturnType = _flags.PreserveSig ? _marshallers[0].NativeParameterType : context.GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\TypeSystem\Interop\IL\InlineArrayType.cs (2)
363
parameters: new TypeDesc[] { Context.GetWellKnownType(WellKnownType.
Int32
) });
370
parameters: new TypeDesc[] { Context.GetWellKnownType(WellKnownType.
Int32
), _owningType.ElementType });
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
44
return context.GetWellKnownType(WellKnownType.
Int32
);
61
return context.GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (7)
341
var vLength = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
415
ILLocalVariable vIndex = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
416
ILLocalVariable vLength = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
491
ILLocalVariable vLength = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
502
var vIndex = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
874
ILLocalVariable lSize = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
976
var int32Type = Context.GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (7)
1253
var vAllocSize = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1286
var vIndex = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1288
var vLength = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1345
ILLocalVariable vSizeOf = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1374
var vIndex = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1444
var vIndex = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1845
new TypeDesc[] { Context.GetWellKnownType(WellKnownType.Void).MakePointerType(), Context.GetWellKnownType(WellKnownType.
Int32
) }))));
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
403
return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.
Int32
));
ILCompiler.ReadyToRun (13)
IBC\IBCProfileParser.cs (1)
491
return context.GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3795
[context.GetWellKnownType(WellKnownType.
Int32
)]);
parent\parent\Common\JitInterface\WasmLowering.cs (1)
407
'i' => context.GetWellKnownType(WellKnownType.
Int32
),
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
52
4 => method.Context.GetWellKnownType(WellKnownType.
Int32
),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
44
return context.GetWellKnownType(WellKnownType.
Int32
);
61
return context.GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (7)
1253
var vAllocSize = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1286
var vIndex = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1288
var vLength = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1345
ILLocalVariable vSizeOf = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1374
var vIndex = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1444
var vIndex = emitter.NewLocal(Context.GetWellKnownType(WellKnownType.
Int32
));
1845
new TypeDesc[] { Context.GetWellKnownType(WellKnownType.Void).MakePointerType(), Context.GetWellKnownType(WellKnownType.
Int32
) }))));
ILCompiler.RyuJit (1)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3795
[context.GetWellKnownType(WellKnownType.
Int32
)]);
ILCompiler.TypeSystem (10)
parent\parent\Common\TypeSystem\Common\ArrayType.cs (6)
241
parameters[i] = _owningType.Context.GetWellKnownType(WellKnownType.
Int32
);
249
parameters[i] = _owningType.Context.GetWellKnownType(WellKnownType.
Int32
);
258
parameters[i] = _owningType.Context.GetWellKnownType(WellKnownType.
Int32
);
268
parameters[i] = _owningType.Context.GetWellKnownType(WellKnownType.
Int32
);
275
parameters[i + 1] = _owningType.Context.GetWellKnownType(WellKnownType.
Int32
);
294
argTypes[i] = _owningType.Context.GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
90
case WellKnownType.
Int32
:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
125
return GetWellKnownType(WellKnownType.
Int32
);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
33
wkt = WellKnownType.
Int32
;
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
178
|| decodedValue.FixedArguments[0].Type.UnderlyingType != context.GetWellKnownType(WellKnownType.
Int32
))