10 references to CORINFO_EH_CLAUSE
ILCompiler.ReadyToRun (10)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
1566ref CORINFO_EH_CLAUSE clause = ref _ehClauses[i]; 3304_ehClauses = new CORINFO_EH_CLAUSE[cEH]; 3307private void setEHinfo(uint EHnumber, ref CORINFO_EH_CLAUSE clause)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (4)
220public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, uint, CORINFO_EH_CLAUSE*, void> getEHinfo; 375public delegate* unmanaged<IntPtr, IntPtr*, uint, CORINFO_EH_CLAUSE*, void> setEHinfo; 587private static void _getEHinfo(IntPtr thisHandle, IntPtr* ppException, CORINFO_METHOD_STRUCT_* ftn, uint EHnumber, CORINFO_EH_CLAUSE* clause) 2870private static void _setEHinfo(IntPtr thisHandle, IntPtr* ppException, uint EHnumber, CORINFO_EH_CLAUSE* clause)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
467var clause = _ehClauses[i]; 1361private void getEHinfo(CORINFO_METHOD_STRUCT_* ftn, uint EHnumber, ref CORINFO_EH_CLAUSE clause) 4103private CORINFO_EH_CLAUSE[] _ehClauses;