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