4 references to UnboxingStub
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (2)
67
result.Add(new CombinedDependencyListEntry(factory.
UnboxingStub
(canonImpl), factory.VirtualMethodUse(decl), "Unbox for virtual method on VT"));
126
result.Add(new CombinedDependencyListEntry(factory.
UnboxingStub
(implMethod), factory.VirtualMethodUse(interfaceMethod), "Unbox for interface method on VT"));
Compiler\ReadyToRunCodegenCompilation.cs (1)
272
DependencyNodeCore<NodeFactory> unboxingStub = _factory.
UnboxingStub
(canonMethod);
parent\parent\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
168
dynamicDependencies.Add(new CombinedDependencyListEntry(factory.
UnboxingStub
(canonImpl), null, "Unboxing thunk for interface GVM"));