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