2 writes to ColdRVA
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
200
methodInfo.
ColdRVA
= 0;
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
200
methodInfo.
ColdRVA
= 0;
4 references to ColdRVA
ILCompiler.Diagnostics (4)
PdbWriter.cs (2)
259
if (method.
ColdRVA
!= 0)
261
_ngenWriter.AddSymbol($"[COLD] {nameSuffix}", iCodeSection, method.
ColdRVA
);
PerfMapWriter.cs (2)
50
if (methodInfo.
ColdRVA
!= 0 && methodInfo.ColdLength != 0)
52
perfMapWriter.WriteLine(methodInfo.Name, methodInfo.
ColdRVA
, methodInfo.ColdLength);