13 references to CORINFO_EH_CLAUSE
ILCompiler.RyuJit (13)
JitInterface\CorInfoImpl.RyuJit.cs (6)
892ref CORINFO_EH_CLAUSE clause = ref _ehClauses[i]; 893ref CORINFO_EH_CLAUSE previousClause = ref _ehClauses[i - 1]; 907ref CORINFO_EH_CLAUSE clause = ref _ehClauses[i]; 911ref CORINFO_EH_CLAUSE previousClause = ref _ehClauses[i - 1]; 2060_ehClauses = new CORINFO_EH_CLAUSE[cEH]; 2063private 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;