1 instantiation of WasmImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
811
WasmImportThunkKey thunkKey = new
WasmImportThunkKey
(signature, helper, containingImportSection, useVirtualCall, useJumpableStub);
6 references to WasmImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
298
_wasmImportThunks = new NodeCache<
WasmImportThunkKey
, ISymbolDefinitionNode>(key =>
766
private struct WasmImportThunkKey : IEquatable<
WasmImportThunkKey
>
783
public bool Equals(
WasmImportThunkKey
other)
794
return obj is
WasmImportThunkKey
other && Equals(other);
807
private NodeCache<
WasmImportThunkKey
, ISymbolDefinitionNode> _wasmImportThunks;
811
WasmImportThunkKey
thunkKey = new WasmImportThunkKey(signature, helper, containingImportSection, useVirtualCall, useJumpableStub);