4 references to GetGenericRuntimeLookupKind
ILCompiler.RyuJit (4)
JitInterface\CorInfoImpl.RyuJit.cs (3)
374ISymbolNode helper = GetGenericLookupHelper(GetGenericRuntimeLookupKind(MethodBeingCompiled), ReadyToRunHelperId.GetNonGCStaticBase, HandleToObject(callerHandle), helperArg); 470pLookup.lookupKind.runtimeLookupKind = GetGenericRuntimeLookupKind(contextMethod); 1468pResult->codePointerOrStubLookup.lookupKind.runtimeLookupKind = GetGenericRuntimeLookupKind(caller);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4174result.runtimeLookupKind = GetGenericRuntimeLookupKind(method);