1 write to _nodeFactory
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
23
_nodeFactory
= nodeFactory;
7 references to _nodeFactory
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (7)
40
Debug.Assert(
_nodeFactory
.MarkingComplete);
56
foreach (MethodWithGCInfo method in
_nodeFactory
.EnumerateCompiledMethods())
127
if (
_nodeFactory
.Target.Architecture == TargetArchitecture.Wasm32)
133
runtimeFunctionsBuilder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_ADDR32NB, delta: frameInfo.StartOffset +
_nodeFactory
.Target.CodeDelta);
134
if (!relocsOnly &&
_nodeFactory
.Target.Architecture == TargetArchitecture.X64)
148
if (
_nodeFactory
.HotColdMap != null)
150
_nodeFactory
.HotColdMap.Mapping = mapping.ToArray();