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