8 references to EmitShort
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\EETypeNode.cs (3)
706
objData.
EmitShort
(vtableSlotCountReservation, checked((short)numberOfVtableSlots));
711
objData.
EmitShort
(vtableSlotCountReservation, 0);
724
objData.
EmitShort
(interfaceCountReservation, checked((short)numberOfInterfaceSlots));
Compiler\DependencyAnalysis\InterfaceDispatchMapNode.cs (4)
327
builder.
EmitShort
(entryCountReservation, (short)checked((ushort)entryCount));
328
builder.
EmitShort
(defaultEntryCountReservation, (short)checked((ushort)defaultImplementations.Count));
329
builder.
EmitShort
(staticEntryCountReservation, (short)checked((ushort)staticImplementations.Count));
330
builder.
EmitShort
(defaultStaticEntryCountReservation, (short)checked((ushort)staticDefaultImplementations.Count));
Compiler\DependencyAnalysis\ReadyToRunHeaderNode.cs (1)
98
builder.
EmitShort
(sectionCountReservation, checked((short)count));