1 write to _nodeFactory
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
58
_nodeFactory
= nodeFactory;
28 references to _nodeFactory
ILCompiler.ReadyToRun (28)
Compiler\ReadyToRunCodegenCompilation.cs (28)
39
public NameMangler NameMangler =>
_nodeFactory
.NameMangler;
40
public NodeFactory NodeFactory =>
_nodeFactory
;
113
_nodeFactory
.DetectGenericCycles(caller, callee);
392
_fileLayoutOptimizer = new FileLayoutOptimizer(logger, methodLayoutAlgorithm, fileLayoutAlgorithm, profileData,
_nodeFactory
);
393
_tokenManager = new ExternalReferenceTokenManager(
_nodeFactory
.ManifestMetadataTable._mutableModule,
_nodeFactory
.Resolver);
431
CompilationModuleGroup moduleGroup =
_nodeFactory
.CompilationModuleGroup;
448
if (
_nodeFactory
.OptimizationFlags.StripILBodies)
450
compiledMethodDefs =
_nodeFactory
.BuildCompiledMethodDefsSet();
488
bool automaticTypeValidation =
_nodeFactory
.OptimizationFlags.TypeValidation == TypeValidationRule.Automatic ||
_nodeFactory
.OptimizationFlags.TypeValidation == TypeValidationRule.AutomaticWithLogging;
489
if (
_nodeFactory
.OptimizationFlags.TypeValidation == TypeValidationRule.SkipTypeValidation)
494
NodeFactoryOptimizationFlags optimizationFlags =
_nodeFactory
.OptimizationFlags with { IsComponentModule = true, CompiledMethodDefs = compiledMethodDefs };
511
flags |=
_nodeFactory
.CompilationModuleGroup.GetReadyToRunFlags() & ReadyToRunFlags.READYTORUN_FLAG_MultiModuleVersionBubble;
538
_nodeFactory
.TypeSystemContext,
539
_nodeFactory
.CompilationModuleGroup,
541
_nodeFactory
.NameMangler,
548
imageBase:
_nodeFactory
.ImageBase,
592
DgmlWriter.WriteDependencyGraphToStream(dgmlOutput, _dependencyGraph,
_nodeFactory
);
755
if (!
_nodeFactory
.CompilationModuleGroup.VersionsWithMethodBody(method))
782
if (
_nodeFactory
.CompilationCurrentPhase == 2)
789
_nodeFactory
.GenerateHotColdMap(_dependencyGraph);
929
_logger.Writer.WriteLine($"Moved to phase {
_nodeFactory
.CompilationCurrentPhase}");
930
deferredPhaseNode.NotifyCurrentPhase(
_nodeFactory
.CompilationCurrentPhase);
935
Debug.Assert((
_nodeFactory
.CompilationCurrentPhase == 0) || ((
_nodeFactory
.CompilationCurrentPhase == 2) && !_finishedFirstCompilationRunInPhase2));
945
if (
_nodeFactory
.OptimizationFlags.PrintReproArgs)
1090
_nodeFactory
.ManifestMetadataTable.Dispose();