1 instantiation of WasmInterpreterToR2RThunkNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
342return new WasmInterpreterToR2RThunkNode(this, key);
5 references to WasmInterpreterToR2RThunkNode
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (2)
68WasmInterpreterToR2RThunkNode otherNode = (WasmInterpreterToR2RThunkNode)other;
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
340_wasmInterpreterToR2RThunks = new NodeCache<WasmSignature, WasmInterpreterToR2RThunkNode>(key => 881private NodeCache<WasmSignature, WasmInterpreterToR2RThunkNode> _wasmInterpreterToR2RThunks; 882public WasmInterpreterToR2RThunkNode WasmInterpreterToR2RThunk(WasmSignature wasmSignature)