2 types derived from ILStubMethodIL
ILCompiler.Compiler (1)
ILCompiler.ReadyToRun (1)
36 instantiations of ILStubMethodIL
ILCompiler.Compiler (21)
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (5)
62return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.break_, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
75return new ILStubMethodIL(method, new byte[] { (byte)value, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
204return new ILStubMethodIL(method, new byte[] {
221return new ILStubMethodIL(method, new byte[] {
241return new ILStubMethodIL(method, new byte[]
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (11)
24return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.conv_u, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
27return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
31return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, (byte)ILOpcode.add, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
51return new ILStubMethodIL(method, new byte[]
57return new ILStubMethodIL(method, new byte[]
63return new ILStubMethodIL(method, new byte[]
69return new ILStubMethodIL(method, new byte[]
75return new ILStubMethodIL(method, new byte[]
80return new ILStubMethodIL(method, new byte[]
87return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
91return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, (byte)ILOpcode.sub, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
ILCompiler.ReadyToRun (14)
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (11)
24return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.conv_u, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
27return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
31return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, (byte)ILOpcode.add, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
51return new ILStubMethodIL(method, new byte[]
57return new ILStubMethodIL(method, new byte[]
63return new ILStubMethodIL(method, new byte[]
69return new ILStubMethodIL(method, new byte[]
75return new ILStubMethodIL(method, new byte[]
80return new ILStubMethodIL(method, new byte[]
87return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
91return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, (byte)ILOpcode.sub, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
ILCompiler.TypeSystem (1)
8 references to ILStubMethodIL
ILCompiler.Compiler (3)
ILCompiler.ReadyToRun (3)
ILCompiler.TypeSystem (2)