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