2 writes to HotLength
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
199methodInfo.HotLength = (uint)node.Length;
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
199methodInfo.HotLength = (uint)node.Length;
2 references to HotLength
ILCompiler.Diagnostics (2)
PerfMapWriter.cs (2)
46if (methodInfo.HotRVA != 0 && methodInfo.HotLength != 0) 48perfMapWriter.WriteLine(methodInfo.Name, methodInfo.HotRVA, methodInfo.HotLength);