1 instantiation of RuntimeFunctionsTableNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
867RuntimeFunctionsTable = new RuntimeFunctionsTableNode(this);
2 references to RuntimeFunctionsTableNode
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
193int delta = item.Id == ReadyToRunSectionType.RuntimeFunctions ? RuntimeFunctionsTableNode.SentinelSizeAdjustment : 0;
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
414public RuntimeFunctionsTableNode RuntimeFunctionsTable;