1 write to _method
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmMethodRelativeVirtualIPNode.cs (1)
19
_method
= method;
6 references to _method
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\WasmMethodRelativeVirtualIPNode.cs (6)
22
public int Offset => unchecked((int)_factory.RuntimeFunctionsTable.GetWasmVirtualIP(
_method
, 0));
28
_method
.AppendMangledName(nameMangler, sb);
31
protected override string GetName(NodeFactory factory) => $"Wasm relative virtual IP: {
_method
.Method}";
40
return new DependencyListEntry[] { new DependencyListEntry(
_method
, "Method for relative virtual IP") };
54
return comparer.Compare(
_method
.Method, ((WasmMethodRelativeVirtualIPNode)other).
_method
.Method);