27 references to Int64
ILCompiler.Compiler (17)
Compiler\JitHelper.cs (1)
224
TypeDesc t = context.GetWellKnownType(WellKnownType.
Int64
);
Compiler\TypePreinit.cs (4)
1591
ILOpcode.stelem_i8 => context.GetWellKnownType(WellKnownType.
Int64
),
1645
ILOpcode.ldelem_i8 => context.GetWellKnownType(WellKnownType.
Int64
),
1742
ILOpcode.ldind_i8 => context.GetWellKnownType(WellKnownType.
Int64
),
2119
if (!locationType.IsWellKnownType(WellKnownType.
Int64
)
Compiler\UserDefinedTypeDescriptor.cs (1)
815
FieldTypeIndex = 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)
529
ImportLoadIndirect(WellKnownType.
Int64
);
556
ImportStoreIndirect(WellKnownType.
Int64
);
595
ImportConvert(WellKnownType.
Int64
, false, false);
669
ImportConvert(WellKnownType.
Int64
, true, true);
720
ImportLoadElement(WellKnownType.
Int64
);
747
ImportStoreElement(WellKnownType.
Int64
);
786
ImportConvert(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)
48
return context.GetWellKnownType(WellKnownType.
Int64
);
178
return context.GetWellKnownType(WellKnownType.
Int64
);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
407
return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.
Int64
));
ILCompiler.ReadyToRun (5)
IBC\IBCProfileParser.cs (1)
495
return 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)
48
return context.GetWellKnownType(WellKnownType.
Int64
);
178
return context.GetWellKnownType(WellKnownType.
Int64
);
ILCompiler.RyuJit (1)
parent\ILCompiler.Compiler\Compiler\JitHelper.cs (1)
224
TypeDesc t = context.GetWellKnownType(WellKnownType.
Int64
);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
92
case WellKnownType.
Int64
:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
129
return GetWellKnownType(WellKnownType.
Int64
);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
36
wkt = WellKnownType.
Int64
;