1 instantiation of WasmImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
838
WasmImportThunkKey thunkKey = new
WasmImportThunkKey
(signature, helper, containingImportSection, useVirtualCall, useJumpableStub);
6 references to WasmImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
325
_wasmImportThunks = new NodeCache<
WasmImportThunkKey
, ISymbolDefinitionNode>(key =>
793
private struct WasmImportThunkKey : IEquatable<
WasmImportThunkKey
>
810
public bool Equals(
WasmImportThunkKey
other)
821
return obj is
WasmImportThunkKey
other && Equals(other);
834
private NodeCache<
WasmImportThunkKey
, ISymbolDefinitionNode> _wasmImportThunks;
838
WasmImportThunkKey
thunkKey = new WasmImportThunkKey(signature, helper, containingImportSection, useVirtualCall, useJumpableStub);