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