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