2 writes to _methodColdCodeNode
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
672_methodColdCodeNode = null; 3955_methodColdCodeNode = new MethodColdCodeNode(MethodBeingCompiled);
7 references to _methodColdCodeNode
ILCompiler.ReadyToRun (7)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
892HasColdCode = (_methodColdCodeNode != null);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
480if (_methodColdCodeNode != null) 487new ISymbolDefinitionNode[] { _methodColdCodeNode }); 488_methodColdCodeNode.SetCode(coldObjectData); 489_methodCodeNode.ColdCodeNode = _methodColdCodeNode; 4296Debug.Assert(_methodColdCodeNode != null); 4297relocTarget = _methodColdCodeNode;