2 references to CORJIT_FLAG_PROCSPLIT
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCodegenCompilationBuilder.cs (1)
295
corJitFlags.Add(CorJitFlag.
CORJIT_FLAG_PROCSPLIT
);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4721
flags.Clear(CorJitFlag.
CORJIT_FLAG_PROCSPLIT
);