1 write to _typeNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmVirtualDispatchThunkNode.cs (1)
31
_typeNode
= factory.WasmTypeNode(wasmSignature);
5 references to _typeNode
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\WasmVirtualDispatchThunkNode.cs (5)
108
dependencies.Add(
_typeNode
, "Wasm virtual dispatch thunk requires type node");
119
int portableEntrypointLocalIndex =
_typeNode
.Type.Params.Types.Length - 1;
120
int targetPortableEntrypointLocalIndex =
_typeNode
.Type.Params.Types.Length;
163
expressions.Add(ControlFlow.CallIndirect(
_typeNode
, 0));
166
_typeNode
.Type,