22 references to DictionaryEntryKind
ILCompiler.ReadyToRun (22)
JitInterface\CorInfoImpl.ReadyToRun.cs (22)
2290DictionaryEntryKind entryKind = (constrainedType != null && (constrainedType.IsValueType || !isCallVirt)
2291? DictionaryEntryKind.ConstrainedMethodEntrySlot
2292: DictionaryEntryKind.MethodEntrySlot);
2335ComputeRuntimeLookupForSharedGenericToken(DictionaryEntryKind.ConstrainedMethodEntrySlot, ref pResolvedToken, pConstrainedResolvedToken, originalMethod, HandleToObject(callerHandle), ref pResult->codePointerOrStubLookup);
2377ComputeRuntimeLookupForSharedGenericToken(DictionaryEntryKind.DispatchStubAddrSlot, ref pResolvedToken, null, originalMethod, HandleToObject(callerHandle), ref pResult->codePointerOrStubLookup);
2742DictionaryEntryKind entryKind,
2788case DictionaryEntryKind.DeclaringTypeHandleSlot:
2793case DictionaryEntryKind.TypeHandleSlot:
2797case DictionaryEntryKind.MethodDescSlot:
2798case DictionaryEntryKind.MethodEntrySlot:
2799case DictionaryEntryKind.ConstrainedMethodEntrySlot:
2800case DictionaryEntryKind.DispatchStubAddrSlot:
2802if (entryKind == DictionaryEntryKind.MethodDescSlot)
2806else if (entryKind == DictionaryEntryKind.MethodEntrySlot || entryKind == DictionaryEntryKind.ConstrainedMethodEntrySlot)
2822case DictionaryEntryKind.FieldDescSlot:
2953DictionaryEntryKind entryKind = DictionaryEntryKind.EmptySlot;
2957entryKind = (templateMethod != null ? DictionaryEntryKind.DeclaringTypeHandleSlot : DictionaryEntryKind.TypeHandleSlot);
2960entryKind = DictionaryEntryKind.MethodDescSlot;
2963entryKind = DictionaryEntryKind.FieldDescSlot;