21 references to CanMethodBeInSealedVTable
ILCompiler.Compiler (20)
Compiler\DependencyAnalysis\EETypeNode.cs (2)
401
&& !decl.
CanMethodBeInSealedVTable
(factory)
982
if (declMethod.
CanMethodBeInSealedVTable
(factory) && !declType.IsArrayTypeWithoutGenericInterfaces())
Compiler\DependencyAnalysis\SealedVTableNode.cs (2)
134
if (implMethod.
CanMethodBeInSealedVTable
(factory))
195
if (targetMethod.
CanMethodBeInSealedVTable
(factory) || implMethod.Signature.IsStatic)
Compiler\DependencyAnalysis\Target_ARM\ARMReadyToRunHelperNode.cs (2)
97
Debug.Assert(!target.TargetMethod.
CanMethodBeInSealedVTable
(factory));
143
Debug.Assert(!targetMethod.
CanMethodBeInSealedVTable
(factory));
Compiler\DependencyAnalysis\Target_ARM64\ARM64ReadyToRunHelperNode.cs (2)
112
Debug.Assert(!target.TargetMethod.
CanMethodBeInSealedVTable
(factory));
158
Debug.Assert(!targetMethod.
CanMethodBeInSealedVTable
(factory));
Compiler\DependencyAnalysis\Target_LoongArch64\LoongArch64ReadyToRunHelperNode.cs (2)
104
Debug.Assert(!target.TargetMethod.
CanMethodBeInSealedVTable
(factory));
150
Debug.Assert(!targetMethod.
CanMethodBeInSealedVTable
(factory));
Compiler\DependencyAnalysis\Target_RiscV64\RiscV64ReadyToRunHelperNode.cs (2)
102
Debug.Assert(!target.TargetMethod.
CanMethodBeInSealedVTable
(factory));
148
Debug.Assert(!targetMethod.
CanMethodBeInSealedVTable
(factory));
Compiler\DependencyAnalysis\Target_X64\X64ReadyToRunHelperNode.cs (2)
116
Debug.Assert(!target.TargetMethod.
CanMethodBeInSealedVTable
(factory));
164
Debug.Assert(!targetMethod.
CanMethodBeInSealedVTable
(factory));
Compiler\DependencyAnalysis\Target_X86\X86ReadyToRunHelperNode.cs (2)
120
Debug.Assert(!target.TargetMethod.
CanMethodBeInSealedVTable
(factory));
173
Debug.Assert(!targetMethod.
CanMethodBeInSealedVTable
(factory));
Compiler\VirtualMethodCallHelper.cs (4)
37
if (method.
CanMethodBeInSealedVTable
(factory))
75
if (virtualSlots[slot].
CanMethodBeInSealedVTable
(factory))
113
if (virtualSlots[slot].
CanMethodBeInSealedVTable
(factory))
166
if (vtableMethod.
CanMethodBeInSealedVTable
(factory))
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1887
Debug.Assert(!methodDesc.
CanMethodBeInSealedVTable
(_compilation.NodeFactory));