1 write to s_jit
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
90
s_jit
= getJit();
4 references to s_jit
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
92
if (
s_jit
!= IntPtr.Zero)
94
AppDomain.CurrentDomain.ProcessExit += (_, _) => JitProcessShutdownWork(
s_jit
);
95
AppDomain.CurrentDomain.UnhandledException += (_, _) => JitProcessShutdownWork(
s_jit
);
101
return
s_jit
;