8 references to CORJIT_FLAGS
ILCompiler.ReadyToRun (8)
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
3163CORJIT_FLAGS flags = default(CORJIT_FLAGS); 3318CORJIT_FLAGS flags = default(CORJIT_FLAGS);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
386public delegate* unmanaged<IntPtr, IntPtr*, CORJIT_FLAGS*, uint, uint> getJitFlags; 3030private static uint _getJitFlags(IntPtr thisHandle, IntPtr* ppException, CORJIT_FLAGS* flags, uint sizeInBytes)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
4627private uint getJitFlags(ref CORJIT_FLAGS flags, uint sizeInBytes) 4731return (uint)sizeof(CORJIT_FLAGS);