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