2 writes to ColdLength
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
201methodInfo.ColdLength = 0;
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
201methodInfo.ColdLength = 0;
2 references to ColdLength
ILCompiler.Diagnostics (2)
PerfMapWriter.cs (2)
50if (methodInfo.ColdRVA != 0 && methodInfo.ColdLength != 0) 52perfMapWriter.WriteLine(methodInfo.Name, methodInfo.ColdRVA, methodInfo.ColdLength);