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