6 references to IsEmptyStruct
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (2)
239
if (WasmLowering.
IsEmptyStruct
(paramType))
383
if (WasmLowering.
IsEmptyStruct
(paramType))
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
220
if (WasmLowering.
IsEmptyStruct
(paramType))
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
228
if (WasmLowering.
IsEmptyStruct
(paramType))
parent\parent\Common\JitInterface\WasmLowering.cs (2)
677
if (
IsEmptyStruct
(returnType))
769
if (
IsEmptyStruct
(paramType))