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