23 references to ldarg_1
ILCompiler.Compiler (14)
Compiler\Dataflow\MethodBodyScanner.cs (1)
487
case ILOpcode.
ldarg_1
:
Compiler\TypePreinit.cs (1)
973
case ILOpcode.
ldarg_1
:
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (1)
92
codeStream.Emit(ILOpcode.
ldarg_1
); // argv
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
371
case ILOpcode.
ldarg_1
:
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (2)
207
(byte)ILOpcode.
ldarg_1
,
244
(byte)ILOpcode.
ldarg_1
,
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (8)
31
return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.
ldarg_1
, (byte)ILOpcode.add, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
53
(byte)ILOpcode.ldarg_0, (byte)ILOpcode.
ldarg_1
,
59
(byte)ILOpcode.ldarg_0, (byte)ILOpcode.
ldarg_1
,
65
(byte)ILOpcode.ldarg_0, (byte)ILOpcode.
ldarg_1
,
71
(byte)ILOpcode.
ldarg_1
, (byte)ILOpcode.ldarg_0,
91
return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.
ldarg_1
, (byte)ILOpcode.sub, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
107
codeStream.Emit(ILOpcode.
ldarg_1
);
127
codeStream.Emit(ILOpcode.
ldarg_1
);
ILCompiler.ReadyToRun (8)
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (8)
31
return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.
ldarg_1
, (byte)ILOpcode.add, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
53
(byte)ILOpcode.ldarg_0, (byte)ILOpcode.
ldarg_1
,
59
(byte)ILOpcode.ldarg_0, (byte)ILOpcode.
ldarg_1
,
65
(byte)ILOpcode.ldarg_0, (byte)ILOpcode.
ldarg_1
,
71
(byte)ILOpcode.
ldarg_1
, (byte)ILOpcode.ldarg_0,
91
return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.
ldarg_1
, (byte)ILOpcode.sub, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
107
codeStream.Emit(ILOpcode.
ldarg_1
);
127
codeStream.Emit(ILOpcode.
ldarg_1
);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
103
case ILOpcode.
ldarg_1
: