1 instantiation of WasmImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
854
WasmImportThunkKey thunkKey = new
WasmImportThunkKey
(signature, helper, containingImportSection, useVirtualCall, useJumpableStub);
6 references to WasmImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
341
_wasmImportThunks = new NodeCache<
WasmImportThunkKey
, ISymbolDefinitionNode>(key =>
809
private struct WasmImportThunkKey : IEquatable<
WasmImportThunkKey
>
826
public bool Equals(
WasmImportThunkKey
other)
837
return obj is
WasmImportThunkKey
other && Equals(other);
850
private NodeCache<
WasmImportThunkKey
, ISymbolDefinitionNode> _wasmImportThunks;
854
WasmImportThunkKey
thunkKey = new WasmImportThunkKey(signature, helper, containingImportSection, useVirtualCall, useJumpableStub);