7 references to BuildSealedVTableSlots
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\EETypeNode.cs (2)
775
if (sealedVTable.
BuildSealedVTableSlots
(factory, relocsOnly) && sealedVTable.NumSealedVTableEntries > 0)
1119
if (sealedVTable.
BuildSealedVTableSlots
(factory, relocsOnly) && sealedVTable.NumSealedVTableEntries > 0)
Compiler\DependencyAnalysis\SealedVTableNode.cs (3)
62
BuildSealedVTableSlots
(factory, relocsOnly: false);
249
BuildSealedVTableSlots
(factory, relocsOnly: true);
269
if (
BuildSealedVTableSlots
(factory, relocsOnly))
Compiler\VirtualMethodCallHelper.cs (2)
20
sealedVTable.
BuildSealedVTableSlots
(factory, relocsOnly: false /* GetVirtualMethodSlot is called in the final emission phase */);
49
sealedVTable.
BuildSealedVTableSlots
(factory, relocsOnly: false /* GetVirtualMethodSlot is called in the final emission phase */);