1 write to Length
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
80Length = length;
7 references to Length
ILCompiler.ReadyToRun (7)
ObjectWriter\MapFileBuilder.cs (3)
55Length += node.Length; 242writer.Write($"0x{node.Length:X6} | "); 285writer.Write($"{node.Length},");
ObjectWriter\ProfileFileBuilder.cs (3)
120writer.Write($@"{callInfo.CallerNode.Length,10:X8} | "); 122writer.Write($@"{callInfo.CalleeNode.Length,10:X8} | "); 196int callerEndPage = (callerRVA + caller.Length - 1) / _pageSize;
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
199methodInfo.HotLength = (uint)node.Length;