1 write to RuntimeFunctionsTable
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
867
RuntimeFunctionsTable
= new RuntimeFunctionsTableNode(this);
4 references to RuntimeFunctionsTable
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\DebugInfoTableNode.cs (1)
131
vertexArray.Set(factory.
RuntimeFunctionsTable
.GetIndex(method), new DebugInfoVertex(debugBlob));
Compiler\DependencyAnalysis\ReadyToRun\InstanceEntryPointTableNode.cs (1)
115
int methodIndex = factory.
RuntimeFunctionsTable
.GetIndex(method);
Compiler\DependencyAnalysis\ReadyToRun\MethodEntryPointTableNode.cs (1)
67
int methodIndex = factory.
RuntimeFunctionsTable
.GetIndex(method);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
868
Header.Add(Internal.Runtime.ReadyToRunSectionType.RuntimeFunctions,
RuntimeFunctionsTable
);