13 references to contextFromMethodBeingCompiled
ILCompiler.RyuJit (13)
JitInterface\CorInfoImpl.RyuJit.cs (6)
275
ComputeLookup(pResolvedToken.tokenContext !=
contextFromMethodBeingCompiled
(), entity, helperId, callerHandle, ref lookup);
407
var typeOrMethodContext = (pTargetMethod.tokenContext ==
contextFromMethodBeingCompiled
()) ?
463
if (pTargetMethod.tokenContext !=
contextFromMethodBeingCompiled
())
1316
pResolvedToken.tokenContext ==
contextFromMethodBeingCompiled
() &&
1327
pResult->contextHandle =
contextFromMethodBeingCompiled
();
1458
if (pResolvedToken.tokenContext !=
contextFromMethodBeingCompiled
())
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (7)
1059
if (contextStruct ==
contextFromMethodBeingCompiled
())
1076
if (contextStruct ==
contextFromMethodBeingCompiled
())
1093
if (contextStruct ==
contextFromMethodBeingCompiled
())
1330
if (ctx is MethodDesc methodFromCtx && context !=
contextFromMethodBeingCompiled
())
1940
var typeOrMethodContext = (pResolvedToken.tokenContext ==
contextFromMethodBeingCompiled
()) ?
1997
var typeOrMethodContext = (pResolvedToken.tokenContext ==
contextFromMethodBeingCompiled
()) ?
2966
if (fd == null && method != null && context ==
contextFromMethodBeingCompiled
())