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