13 references to ldc_i4_s
ILCompiler.Compiler (8)
Compiler\Dataflow\MethodBodyScanner.cs (1)
455case ILOpcode.ldc_i4_s:
Compiler\SubstitutedILProvider.cs (2)
703case ILOpcode.ldc_i4_s: stack.Push((sbyte)reader.ReadILByte()); break; 892else if (opcode == ILOpcode.ldc_i4_s)
Compiler\TypePreinit.cs (2)
238case ILOpcode.ldc_i4_s: 253ILOpcode.ldc_i4_s => (sbyte)reader.ReadILByte(),
IL\RvaIntrinsicPatternAnalyzer.cs (1)
267case ILOpcode.ldc_i4_s:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
130case ILOpcode.ldc_i4_s: 423case ILOpcode.ldc_i4_s:
ILCompiler.ReadyToRun (1)
IBC\MIbcProfileParser.cs (1)
495case ILOpcode.ldc_i4_s:
ILCompiler.RyuJit (1)
parent\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (1)
495case ILOpcode.ldc_i4_s:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
299case ILOpcode.ldc_i4_s:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
91case ILOpcode.ldc_i4_s:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
103Emit(ILOpcode.ldc_i4_s);