16 references to LogMessage
ilc (2)
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (2)
160logger.LogMessage("Vector512 is throttled"); 164logger.LogMessage($"The 'native' instruction set expanded to {instructionSetSupportBuilder}");
ILCompiler.Compiler (9)
Compiler\ILScanner.cs (2)
96Logger.LogMessage($"Scanning {methodsToCompile.Count} methods..."); 111Logger.LogMessage($"Scanning {methodCodeNodeNeedingCode.Method}...");
Compiler\ObjectWriter\ObjectWriter.Aot.cs (1)
76logger.LogMessage($"Emitting debug information");
Compiler\PreinitializationManager.cs (3)
121logger.LogMessage($"Preinitialized type '{item.Type}'"); 126logger.LogMessage($"Could not preinitialize '{item.Type}': {item.FailureReason}"); 130logger.LogMessage($"Preinitialized {totalPreinitializedTypes} types out of {totalEligibleTypes}.");
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (3)
351logger.LogMessage($"Writing {count} object nodes..."); 719logger.LogMessage($"Done writing object file in {stopwatch.Elapsed}"); 754_logger.LogMessage($"{step * (100 / Steps)}%...");
ILCompiler.RyuJit (5)
Compiler\RyuJitCompilation.cs (3)
163Logger.LogMessage($"Compiling {methodsToCompile.Count} methods..."); 181Logger.LogMessage($"Compiling {methodCodeNodeNeedingCode.Method}..."); 223Logger.LogMessage($"Method '{method}' will always throw because: {exception.Message}");
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
4115Logger.LogMessage(Marshal.PtrToStringUTF8((IntPtr)szFile) + ":" + iLine); 4116Logger.LogMessage(Marshal.PtrToStringUTF8((IntPtr)szExpr));