19 references to Log
ILCompiler.ReadyToRun (19)
Compiler\PerfEventSource.cs (19)
33if (Log.IsEnabled()) 35Log.CommandLineProcessingStart(); 41if (Log.IsEnabled()) 43Log.CommandLineProcessingStop(); 49if (!Log.IsEnabled()) 52Log.LoadingStart(); 53return new StartStopEvents(Log.LoadingStop); 58if (!Log.IsEnabled()) 61Log.EmittingStart(); 62return new StartStopEvents(Log.EmittingStop); 67if (!Log.IsEnabled()) 70Log.CompilationStart(); 71return new StartStopEvents(Log.CompilationStop); 76if (!Log.IsEnabled()) 79Log.JitStart(); 80return new StartStopEvents(Log.JitStop); 85if (!Log.IsEnabled()) 88Log.JitMethodStart(); 89return new StartStopEvents(Log.JitMethodStop);