2 writes to _methodColdCodeNode
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
674_methodColdCodeNode = null; 4135_methodColdCodeNode = new MethodColdCodeNode(MethodBeingCompiled);
7 references to _methodColdCodeNode
ILCompiler.ReadyToRun (7)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
890HasColdCode = (_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; 4478Debug.Assert(_methodColdCodeNode != null); 4479relocTarget = _methodColdCodeNode;