2 references to GetMultiSegmentSlotSize
ILCompiler.Compiler (2)
parent\parent\Common\JitInterface\WasmLowering.cs (2)
157
int slotSize =
GetMultiSegmentSlotSize
(slotType);
183
return (slotType is not null) && (size >
GetMultiSegmentSlotSize
(slotType.Value));