4 references to BoundaryTypes
ILCompiler.RyuJit (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
309
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, uint*, uint**,
BoundaryTypes
*, void> getBoundaries;
1907
private static void _getBoundaries(IntPtr thisHandle, IntPtr* ppException, CORINFO_METHOD_STRUCT_* ftn, uint* cILOffsets, uint** pILOffsets,
BoundaryTypes
* implicitBoundaries)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
3390
private void getBoundaries(CORINFO_METHOD_STRUCT_* ftn, ref uint cILOffsets, ref uint* pILOffsets,
BoundaryTypes
* implicitBoundaries)
3395
*implicitBoundaries =
BoundaryTypes
.DEFAULT_BOUNDARIES;