6 references to PatchpointInfo
ILCompiler.RyuJit (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (4)
235
public delegate* unmanaged<IntPtr, IntPtr*,
PatchpointInfo
*, void> setPatchpointInfo;
236
public delegate* unmanaged<IntPtr, IntPtr*, uint*,
PatchpointInfo
*> getOSRInfo;
807
private static void _setPatchpointInfo(IntPtr thisHandle, IntPtr* ppException,
PatchpointInfo
* patchpointInfo)
821
private static
PatchpointInfo
* _getOSRInfo(IntPtr thisHandle, IntPtr* ppException, uint* ilOffset)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
1787
private void setPatchpointInfo(
PatchpointInfo
* patchpointInfo)
1789
private
PatchpointInfo
* getOSRInfo(ref uint ilOffset)