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