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)
40Debug.Assert(_nodeFactory.MarkingComplete); 56foreach (MethodWithGCInfo method in _nodeFactory.EnumerateCompiledMethods()) 127if (_nodeFactory.Target.Architecture == TargetArchitecture.Wasm32) 133runtimeFunctionsBuilder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_ADDR32NB, delta: frameInfo.StartOffset + _nodeFactory.Target.CodeDelta); 134if (!relocsOnly && _nodeFactory.Target.Architecture == TargetArchitecture.X64) 148if (_nodeFactory.HotColdMap != null) 150_nodeFactory.HotColdMap.Mapping = mapping.ToArray();