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