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)
42
Debug.Assert(
_nodeFactory
.MarkingComplete);
58
foreach (MethodWithGCInfo method in
_nodeFactory
.EnumerateCompiledMethods())
68
bool isWasm =
_nodeFactory
.Target.Architecture == TargetArchitecture.Wasm32;
135
bool isWasm =
_nodeFactory
.Target.Architecture == TargetArchitecture.Wasm32;
191
if (!relocsOnly &&
_nodeFactory
.Target.Architecture == TargetArchitecture.X64)
205
if (
_nodeFactory
.HotColdMap != null)
207
_nodeFactory
.HotColdMap.Mapping = mapping.ToArray();
255
_nodeFactory
.Target.Architecture == TargetArchitecture.Wasm32 ? -8 : -4;