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