8 references to VirtualMethodUse
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ArrayInterfaceMethodsNode.cs (1)
74
factory.
VirtualMethodUse
(interfaceMethod),
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (6)
67
result.Add(new CombinedDependencyListEntry(factory.UnboxingStub(canonImpl), factory.
VirtualMethodUse
(decl), "Unbox for virtual method on VT"));
80
result.Add(new CombinedDependencyListEntry(implNode, factory.
VirtualMethodUse
(decl), "Virtual method"));
126
result.Add(new CombinedDependencyListEntry(factory.UnboxingStub(implMethod), factory.
VirtualMethodUse
(interfaceMethod), "Unbox for interface method on VT"));
134
result.Add(new CombinedDependencyListEntry(factory.
VirtualMethodUse
(implMethod), factory.
VirtualMethodUse
(interfaceMethod), "Interface method"));
141
result.Add(new CombinedDependencyListEntry(implNode, factory.
VirtualMethodUse
(interfaceMethod), "Interface method"));
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
105
list.Add(factory.
VirtualMethodUse
(canonMethod), "Non-GVM virtual slot use");