7 writes to runtimeLookupKind
ILCompiler.RyuJit (7)
JitInterface\CorInfoImpl.RyuJit.cs (5)
287
lookup.lookupKind.
runtimeLookupKind
= GetLookupKindFromContextSource(genericLookup.ContextSource);
299
lookup.lookupKind.
runtimeLookupKind
= CORINFO_RUNTIME_LOOKUP_KIND.CORINFO_LOOKUP_NOT_SUPPORTED;
465
pLookup.lookupKind.
runtimeLookupKind
= CORINFO_RUNTIME_LOOKUP_KIND.CORINFO_LOOKUP_NOT_SUPPORTED;
470
pLookup.lookupKind.
runtimeLookupKind
= GetGenericRuntimeLookupKind(contextMethod);
1458
pResult->codePointerOrStubLookup.lookupKind.
runtimeLookupKind
= GetGenericRuntimeLookupKind(caller);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
4002
result.
runtimeLookupKind
= GetGenericRuntimeLookupKind(method);
4007
result.
runtimeLookupKind
= CORINFO_RUNTIME_LOOKUP_KIND.CORINFO_LOOKUP_THISOBJ;
3 references to runtimeLookupKind
ILCompiler.RyuJit (3)
JitInterface\CorInfoImpl.RyuJit.cs (3)
303
ISymbolNode helper = GetGenericLookupHelper(lookup.lookupKind.
runtimeLookupKind
, genericLookup.HelperId, callerHandle, genericLookup.HelperObject);
473
ISymbolNode helper = GetGenericLookupHelper(pLookup.lookupKind.
runtimeLookupKind
, ReadyToRunHelperId.DelegateCtor, contextMethod, delegateInfo);
1460
ISymbolNode helper = GetGenericLookupHelper(pResult->codePointerOrStubLookup.lookupKind.
runtimeLookupKind
, ReadyToRunHelperId.MethodEntry, caller, helperArg);