1 write to _nodeFactory
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
25_nodeFactory = nodeFactory;
8 references to _nodeFactory
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (8)
42Debug.Assert(_nodeFactory.MarkingComplete); 58foreach (MethodWithGCInfo method in _nodeFactory.EnumerateCompiledMethods()) 68bool isWasm = _nodeFactory.Target.Architecture == TargetArchitecture.Wasm32; 135bool isWasm = _nodeFactory.Target.Architecture == TargetArchitecture.Wasm32; 191if (!relocsOnly && _nodeFactory.Target.Architecture == TargetArchitecture.X64) 205if (_nodeFactory.HotColdMap != null) 207_nodeFactory.HotColdMap.Mapping = mapping.ToArray(); 255_nodeFactory.Target.Architecture == TargetArchitecture.Wasm32 ? -8 : -4;