7 references to GVMDependencies
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (1)
84
result.Add(factory.
GVMDependencies
(canonMethod), "GVM dependencies");
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (3)
1312
result.Add(factory.
GVMDependencies
(canonMethod), "GVM dependencies");
1440
result.Add(factory.
GVMDependencies
(_method.GetCanonMethodTarget(CanonicalFormKind.Specific)), "Potential dynamic GVM call");
1522
yield return new DependencyListEntry(factory.
GVMDependencies
(canonMethod), "Generic virtual method call");
Compiler\DependencyAnalysis\ReflectionVirtualInvokeMapNode.cs (1)
95
dependencies.Add(factory.
GVMDependencies
(slotDefiningMethod.GetCanonMethodTarget(CanonicalFormKind.Specific)), "GVM callable reflectable method");
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
58
dependencies.Add(factory.
GVMDependencies
(canonMethod), "GVM dependencies for runtime method handle");
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
178
dynamicDependencies.Add(new CombinedDependencyListEntry(factory.
GVMDependencies
(canonImpl), null, "ImplementingMethodInstantiation"));