3 references to sigForInterpToR2RThunks
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (3)
38
MethodSignature INodeWithTypeSignature.Signature => WasmLowering.RaiseSignature(
sigForInterpToR2RThunks
, _context);
76
dependencies.Add(factory.WasmTypeNode(
sigForInterpToR2RThunks
), "Wasm interpreter-to-R2R thunk requires type for the function entry point");
277
instructionEncoder.FunctionBody = new WasmFunctionBody(
sigForInterpToR2RThunks
.FuncType,