1 instantiation of WasmImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
973
WasmImportThunkKey thunkKey = new
WasmImportThunkKey
(signature, helper, useJumpableStub);
6 references to WasmImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
449
_wasmImportThunks = new NodeCache<
WasmImportThunkKey
, ISymbolDefinitionNode>(key =>
936
private struct WasmImportThunkKey : IEquatable<
WasmImportThunkKey
>
949
public bool Equals(
WasmImportThunkKey
other)
958
return obj is
WasmImportThunkKey
other && Equals(other);
969
private NodeCache<
WasmImportThunkKey
, ISymbolDefinitionNode> _wasmImportThunks;
973
WasmImportThunkKey
thunkKey = new WasmImportThunkKey(signature, helper, useJumpableStub);