2 writes to _methodColdCodeNode
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
674_methodColdCodeNode = null; 4006_methodColdCodeNode = new MethodColdCodeNode(MethodBeingCompiled);
7 references to _methodColdCodeNode
ILCompiler.ReadyToRun (7)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
898HasColdCode = (_methodColdCodeNode != null);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
482if (_methodColdCodeNode != null) 489new ISymbolDefinitionNode[] { _methodColdCodeNode }); 490_methodColdCodeNode.SetCode(coldObjectData); 491_methodCodeNode.ColdCodeNode = _methodColdCodeNode; 4348Debug.Assert(_methodColdCodeNode != null); 4349relocTarget = _methodColdCodeNode;