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();
482
bool automaticTypeValidation =
_nodeFactory
.OptimizationFlags.TypeValidation == TypeValidationRule.Automatic ||
_nodeFactory
.OptimizationFlags.TypeValidation == TypeValidationRule.AutomaticWithLogging;
483
if (
_nodeFactory
.OptimizationFlags.TypeValidation == TypeValidationRule.SkipTypeValidation)
488
NodeFactoryOptimizationFlags optimizationFlags =
_nodeFactory
.OptimizationFlags with { IsComponentModule = true, CompiledMethodDefs = compiledMethodDefs };
505
flags |=
_nodeFactory
.CompilationModuleGroup.GetReadyToRunFlags() & ReadyToRunFlags.READYTORUN_FLAG_MultiModuleVersionBubble;
527
_nodeFactory
.TypeSystemContext,
528
_nodeFactory
.CompilationModuleGroup,
530
_nodeFactory
.NameMangler,
537
imageBase:
_nodeFactory
.ImageBase,
581
DgmlWriter.WriteDependencyGraphToStream(dgmlOutput, _dependencyGraph,
_nodeFactory
);
743
if (!
_nodeFactory
.CompilationModuleGroup.VersionsWithMethodBody(method))
770
if (
_nodeFactory
.CompilationCurrentPhase == 2)
777
_nodeFactory
.GenerateHotColdMap(_dependencyGraph);
917
_logger.Writer.WriteLine($"Moved to phase {
_nodeFactory
.CompilationCurrentPhase}");
918
deferredPhaseNode.NotifyCurrentPhase(
_nodeFactory
.CompilationCurrentPhase);
923
Debug.Assert((
_nodeFactory
.CompilationCurrentPhase == 0) || ((
_nodeFactory
.CompilationCurrentPhase == 2) && !_finishedFirstCompilationRunInPhase2));
933
if (
_nodeFactory
.OptimizationFlags.PrintReproArgs)
1063
_nodeFactory
.ManifestMetadataTable.Dispose();