2 writes to _methodColdCodeNode
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
675_methodColdCodeNode = null; 4277_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)
483if (_methodColdCodeNode != null) 490new ISymbolDefinitionNode[] { _methodColdCodeNode }); 491_methodColdCodeNode.SetCode(coldObjectData); 492_methodCodeNode.ColdCodeNode = _methodColdCodeNode; 4634Debug.Assert(_methodColdCodeNode != null); 4635relocTarget = _methodColdCodeNode;