27 references to Int64
ILCompiler.Compiler (17)
Compiler\JitHelper.cs (1)
224TypeDesc t = context.GetWellKnownType(WellKnownType.Int64);
Compiler\TypePreinit.cs (4)
1591ILOpcode.stelem_i8 => context.GetWellKnownType(WellKnownType.Int64), 1645ILOpcode.ldelem_i8 => context.GetWellKnownType(WellKnownType.Int64), 1742ILOpcode.ldind_i8 => context.GetWellKnownType(WellKnownType.Int64), 2119if (!locationType.IsWellKnownType(WellKnownType.Int64)
Compiler\UserDefinedTypeDescriptor.cs (1)
815FieldTypeIndex = GetVariableTypeIndex(defType.Context.GetWellKnownType(Is64Bit? WellKnownType.Int64 : WellKnownType.Int32), true),
parent\parent\Common\JitInterface\WasmLowering.cs (1)
408'l' => context.GetWellKnownType(WellKnownType.Int64),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (7)
529ImportLoadIndirect(WellKnownType.Int64); 556ImportStoreIndirect(WellKnownType.Int64); 595ImportConvert(WellKnownType.Int64, false, false); 669ImportConvert(WellKnownType.Int64, true, true); 720ImportLoadElement(WellKnownType.Int64); 747ImportStoreElement(WellKnownType.Int64); 786ImportConvert(WellKnownType.Int64, true, false);
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
53_ => method.Context.GetWellKnownType(WellKnownType.Int64),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
48return context.GetWellKnownType(WellKnownType.Int64); 178return context.GetWellKnownType(WellKnownType.Int64);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
407return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.Int64));
ILCompiler.ReadyToRun (5)
IBC\IBCProfileParser.cs (1)
495return context.GetWellKnownType(WellKnownType.Int64);
parent\parent\Common\JitInterface\WasmLowering.cs (1)
408'l' => context.GetWellKnownType(WellKnownType.Int64),
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
53_ => method.Context.GetWellKnownType(WellKnownType.Int64),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
48return context.GetWellKnownType(WellKnownType.Int64); 178return context.GetWellKnownType(WellKnownType.Int64);
ILCompiler.RyuJit (1)
parent\ILCompiler.Compiler\Compiler\JitHelper.cs (1)
224TypeDesc t = context.GetWellKnownType(WellKnownType.Int64);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
92case WellKnownType.Int64:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
129return GetWellKnownType(WellKnownType.Int64);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
36wkt = WellKnownType.Int64;