1 instantiation of WasmInterpreterToR2RThunkNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
358return 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)
356_wasmInterpreterToR2RThunks = new NodeCache<WasmSignature, WasmInterpreterToR2RThunkNode>(key => 897private NodeCache<WasmSignature, WasmInterpreterToR2RThunkNode> _wasmInterpreterToR2RThunks; 898public WasmInterpreterToR2RThunkNode WasmInterpreterToR2RThunk(WasmSignature wasmSignature)