13 references to ldc_i4
ILCompiler.Compiler (8)
Compiler\Dataflow\MethodBodyScanner.cs (1)
446
case ILOpcode.
ldc_i4
:
Compiler\SubstitutedILProvider.cs (2)
702
case ILOpcode.
ldc_i4
: stack.Push((int)reader.ReadILUInt32()); break;
882
else if (opcode == ILOpcode.
ldc_i4
)
Compiler\TypePreinit.cs (2)
239
case ILOpcode.
ldc_i4
:
254
ILOpcode.
ldc_i4
=> (int)reader.ReadILUInt32(),
IL\RvaIntrinsicPatternAnalyzer.cs (1)
270
case ILOpcode.
ldc_i4
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
143
case ILOpcode.
ldc_i4
:
426
case ILOpcode.
ldc_i4
:
ILCompiler.ReadyToRun (1)
IBC\MIbcProfileParser.cs (1)
499
case ILOpcode.
ldc_i4
:
ILCompiler.RyuJit (1)
parent\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (1)
499
case ILOpcode.
ldc_i4
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
320
case ILOpcode.
ldc_i4
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
80
case ILOpcode.
ldc_i4
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
108
Emit(ILOpcode.
ldc_i4
);