1 write to RuntimeFunctionsTable
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1060
RuntimeFunctionsTable
= new RuntimeFunctionsTableNode(this);
7 references to RuntimeFunctionsTable
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\DebugInfoTableNode.cs (1)
131
vertexArray.Set(factory.
RuntimeFunctionsTable
.GetIndex(method), new DebugInfoVertex(debugBlob));
Compiler\DependencyAnalysis\ReadyToRun\ExceptionInfoLookupTableNode.cs (1)
129
exceptionInfoLookupBuilder.EmitUInt(factory.
RuntimeFunctionsTable
.GetWasmVirtualIP(_methodNodes[index], 0));
Compiler\DependencyAnalysis\ReadyToRun\InstanceEntryPointTableNode.cs (1)
123
int methodIndex = factory.
RuntimeFunctionsTable
.GetIndex(method);
Compiler\DependencyAnalysis\ReadyToRun\MethodEntryPointTableNode.cs (1)
67
int methodIndex = factory.
RuntimeFunctionsTable
.GetIndex(method);
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
196
int delta = item.Id == ReadyToRunSectionType.RuntimeFunctions ? factory.
RuntimeFunctionsTable
.SentinelSizeAdjustment : 0;
Compiler\DependencyAnalysis\ReadyToRun\WasmMethodRelativeVirtualIPNode.cs (1)
22
public int Offset => unchecked((int)_factory.
RuntimeFunctionsTable
.GetWasmVirtualIP(_method, 0));
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1061
Header.Add(Internal.Runtime.ReadyToRunSectionType.RuntimeFunctions,
RuntimeFunctionsTable
);