20 references to CORINFO_RUNTIME_LOOKUP_KIND
ILCompiler.ReadyToRun (20)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (5)
17
private readonly
CORINFO_RUNTIME_LOOKUP_KIND
_runtimeLookupKind;
30
CORINFO_RUNTIME_LOOKUP_KIND
runtimeLookupKind,
79
case
CORINFO_RUNTIME_LOOKUP_KIND
.CORINFO_LOOKUP_CLASSPARAM:
83
case
CORINFO_RUNTIME_LOOKUP_KIND
.CORINFO_LOOKUP_METHODPARAM:
87
case
CORINFO_RUNTIME_LOOKUP_KIND
.CORINFO_LOOKUP_THISOBJ:
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (6)
556
public readonly
CORINFO_RUNTIME_LOOKUP_KIND
LookupKind;
564
CORINFO_RUNTIME_LOOKUP_KIND
lookupKind,
608
CORINFO_RUNTIME_LOOKUP_KIND
runtimeLookupKind,
656
CORINFO_RUNTIME_LOOKUP_KIND
runtimeLookupKind,
680
CORINFO_RUNTIME_LOOKUP_KIND
runtimeLookupKind,
690
CORINFO_RUNTIME_LOOKUP_KIND
runtimeLookupKind,
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
2709
pResultLookup.lookupKind.runtimeLookupKind =
CORINFO_RUNTIME_LOOKUP_KIND
.CORINFO_LOOKUP_METHODPARAM;
2714
pResultLookup.lookupKind.runtimeLookupKind =
CORINFO_RUNTIME_LOOKUP_KIND
.CORINFO_LOOKUP_CLASSPARAM;
2716
pResultLookup.lookupKind.runtimeLookupKind =
CORINFO_RUNTIME_LOOKUP_KIND
.CORINFO_LOOKUP_THISOBJ;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
3982
private static
CORINFO_RUNTIME_LOOKUP_KIND
GetGenericRuntimeLookupKind(MethodDesc method)
3985
return
CORINFO_RUNTIME_LOOKUP_KIND
.CORINFO_LOOKUP_METHODPARAM;
3987
return
CORINFO_RUNTIME_LOOKUP_KIND
.CORINFO_LOOKUP_CLASSPARAM;
3991
return
CORINFO_RUNTIME_LOOKUP_KIND
.CORINFO_LOOKUP_THISOBJ;
4007
result.runtimeLookupKind =
CORINFO_RUNTIME_LOOKUP_KIND
.CORINFO_LOOKUP_THISOBJ;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
214
public
CORINFO_RUNTIME_LOOKUP_KIND
runtimeLookupKind;