12 references to GetMethodIL
ILCompiler.ReadyToRun (12)
Compiler\ProfileDataManager.cs (1)
188
MethodIL il = comp.
GetMethodIL
(method);
JitInterface\CorInfoImpl.ReadyToRun.cs (7)
775
MethodIL methodIL = compilation.
GetMethodIL
(method);
808
MethodIL methodIL = _compilation.
GetMethodIL
(MethodBeingCompiled);
990
MethodIL methodIL = _compilation.
GetMethodIL
(MethodBeingCompiled);
1609
&& ((TypeDesc)ResolveTokenInScope(_compilation.
GetMethodIL
(MethodBeingCompiled), MethodBeingCompiled, (mdToken)classTokenOrOffset)).IsWellKnownType(WellKnownType.Exception))
3272
stubIL = _compilation.
GetMethodIL
(method);
3327
MethodIL methodIL = _compilation.
GetMethodIL
(MethodBeingCompiled);
3404
MethodIL methodIL = _compilation.
GetMethodIL
(typicalMethod);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1268
MethodIL methodIL = method.IsUnboxingThunk() ? null : _compilation.
GetMethodIL
(method);
1297
var calleeIL = _compilation.
GetMethodIL
(calleeMethod);
1330
var methodIL = _compilation.
GetMethodIL
(HandleToObject(ftn));
1521
MethodILScope scope = jitInterface._compilation.
GetMethodIL
(methodWithToken.Method);