6 references to GetMultiSegmentSlotSize
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (2)
250int slotSize = WasmLowering.GetMultiSegmentSlotSize(slotType); 392int slotSize = WasmLowering.GetMultiSegmentSlotSize(slotType);
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
228int slotSize = WasmLowering.GetMultiSegmentSlotSize(slotType);
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
237int slotSize = WasmLowering.GetMultiSegmentSlotSize(slotType);
parent\parent\Common\JitInterface\WasmLowering.cs (2)
157int slotSize = GetMultiSegmentSlotSize(slotType); 183return (slotType is not null) && (size > GetMultiSegmentSlotSize(slotType.Value));