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);
395
_fileLayoutOptimizer = new FileLayoutOptimizer(logger, methodLayoutAlgorithm, fileLayoutAlgorithm, profileData,
_nodeFactory
);
396
_tokenManager = new ExternalReferenceTokenManager(
_nodeFactory
.ManifestMetadataTable._mutableModule,
_nodeFactory
.Resolver);
434
CompilationModuleGroup moduleGroup =
_nodeFactory
.CompilationModuleGroup;
451
if (
_nodeFactory
.OptimizationFlags.StripILBodies)
453
compiledMethodDefs =
_nodeFactory
.BuildCompiledMethodDefsSet();
491
bool automaticTypeValidation =
_nodeFactory
.OptimizationFlags.TypeValidation == TypeValidationRule.Automatic ||
_nodeFactory
.OptimizationFlags.TypeValidation == TypeValidationRule.AutomaticWithLogging;
492
if (
_nodeFactory
.OptimizationFlags.TypeValidation == TypeValidationRule.SkipTypeValidation)
497
NodeFactoryOptimizationFlags optimizationFlags =
_nodeFactory
.OptimizationFlags with { IsComponentModule = true, CompiledMethodDefs = compiledMethodDefs };
514
flags |=
_nodeFactory
.CompilationModuleGroup.GetReadyToRunFlags() & ReadyToRunFlags.READYTORUN_FLAG_MultiModuleVersionBubble;
541
_nodeFactory
.TypeSystemContext,
542
_nodeFactory
.CompilationModuleGroup,
544
_nodeFactory
.NameMangler,
551
imageBase:
_nodeFactory
.ImageBase,
595
DgmlWriter.WriteDependencyGraphToStream(dgmlOutput, _dependencyGraph,
_nodeFactory
);
758
if (!
_nodeFactory
.CompilationModuleGroup.VersionsWithMethodBody(method))
785
if (
_nodeFactory
.CompilationCurrentPhase == 2)
792
_nodeFactory
.GenerateHotColdMap(_dependencyGraph);
932
_logger.Writer.WriteLine($"Moved to phase {
_nodeFactory
.CompilationCurrentPhase}");
933
deferredPhaseNode.NotifyCurrentPhase(
_nodeFactory
.CompilationCurrentPhase);
938
Debug.Assert((
_nodeFactory
.CompilationCurrentPhase == 0) || ((
_nodeFactory
.CompilationCurrentPhase == 2) && !_finishedFirstCompilationRunInPhase2));
948
if (
_nodeFactory
.OptimizationFlags.PrintReproArgs)
1105
_nodeFactory
.ManifestMetadataTable.Dispose();