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