1 instantiation of WasmUnboxingStubNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
471
return new
WasmUnboxingStubNode
(this, key.Signature, key.TargetType, key.Kind, key.HasReturnBuffer);
7 references to WasmUnboxingStubNode
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (4)
67
WasmUnboxingStubNode
otherNode = (
WasmUnboxingStubNode
)other;
231
private readonly
WasmUnboxingStubNode
_stub;
233
public WasmUnboxingStubTargetNode(MethodDesc targetMethod, WasmSignature signature,
WasmUnboxingStubNode
stub)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
201
WasmUnboxingStubNode
stub = _wasmUnboxingStubs.GetOrAdd(
469
_wasmUnboxingStubs = new NodeCache<WasmUnboxingStubKey,
WasmUnboxingStubNode
>(key =>
1457
private NodeCache<WasmUnboxingStubKey,
WasmUnboxingStubNode
> _wasmUnboxingStubs;