6 references to CORINFO_EE_INFO
ILCompiler.RyuJit (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
325
public delegate* unmanaged<IntPtr, IntPtr*,
CORINFO_EE_INFO
*, void> getEEInfo;
2139
private static void _getEEInfo(IntPtr thisHandle, IntPtr* ppException,
CORINFO_EE_INFO
* pEEInfoOut)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
3537
private void getEEInfo(ref
CORINFO_EE_INFO
pEEInfoOut)
3539
pEEInfoOut = default(
CORINFO_EE_INFO
);
3544
fixed (
CORINFO_EE_INFO
* tmp = &pEEInfoOut)
3545
NativeMemory.Fill(tmp, (nuint)sizeof(
CORINFO_EE_INFO
), 0xcc);