6 references to WasmValueTypeToSigChar
ILCompiler.ReadyToRun (6)
parent\parent\Common\JitInterface\WasmLowering.cs (4)
663
char hiddenParamChar =
WasmValueTypeToSigChar
(pointerType);
710
sigBuilder.Append(
WasmValueTypeToSigChar
(LowerType(loweredReturnType)));
787
sigBuilder.Append(
WasmValueTypeToSigChar
(slotType));
808
sigBuilder.Append(
WasmValueTypeToSigChar
(paramWasmType));
PortableCallHelpers\InteropSignature.cs (2)
67
return string.Create(CultureInfo.InvariantCulture, $"{WasmLowering.
WasmValueTypeToSigChar
(slotType)}{slotCount}");
77
return WasmLowering.
WasmValueTypeToSigChar
(WasmLowering.LowerType(loweredType)).ToString();