9 references to TryGetMultiSegmentLayout
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (2)
247
if (WasmLowering.
TryGetMultiSegmentLayout
(paramType, out WasmValueType slotType, out int slotCount))
389
if (WasmLowering.
TryGetMultiSegmentLayout
(paramType, out WasmValueType slotType, out int slotCount))
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
225
if (WasmLowering.
TryGetMultiSegmentLayout
(paramType, out WasmValueType slotType, out int slotCount))
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
234
else if (WasmLowering.
TryGetMultiSegmentLayout
(paramType, out WasmValueType slotType, out int slotCount))
JitInterface\WasmLowering.ReadyToRun.cs (1)
27
if (
TryGetMultiSegmentLayout
(type, out _, out _))
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
4061
if (WasmLowering.
TryGetMultiSegmentLayout
(type, out WasmValueType multiSlotType, out _))
parent\parent\Common\JitInterface\WasmLowering.cs (2)
696
if (!
TryGetMultiSegmentLayout
(returnType, out _, out _))
779
if (
TryGetMultiSegmentLayout
(paramType, out WasmValueType slotType, out int slotCount))
PortableCallHelpers\InteropSignature.cs (1)
66
if (WasmLowering.
TryGetMultiSegmentLayout
(type, out WasmValueType slotType, out int slotCount))