1 instantiation of WasmInterpreterToR2RThunkNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
399return new WasmInterpreterToR2RThunkNode(this, key);
5 references to WasmInterpreterToR2RThunkNode
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (2)
99WasmInterpreterToR2RThunkNode otherNode = (WasmInterpreterToR2RThunkNode)other;
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
397_wasmInterpreterToR2RThunks = new NodeCache<WasmSignature, WasmInterpreterToR2RThunkNode>(key => 938private NodeCache<WasmSignature, WasmInterpreterToR2RThunkNode> _wasmInterpreterToR2RThunks; 939public WasmInterpreterToR2RThunkNode WasmInterpreterToR2RThunk(WasmSignature wasmSignature)