3 references to CorInfoTailCall
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
219
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, CORINFO_METHOD_STRUCT_*, byte,
CorInfoTailCall
, byte*, void> reportTailCallDecision;
573
private static void _reportTailCallDecision(IntPtr thisHandle, IntPtr* ppException, CORINFO_METHOD_STRUCT_* callerHnd, CORINFO_METHOD_STRUCT_* calleeHnd, byte fIsTailPrefix,
CorInfoTailCall
tailCallResult, byte* reason)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1356
private void reportTailCallDecision(CORINFO_METHOD_STRUCT_* callerHnd, CORINFO_METHOD_STRUCT_* calleeHnd, bool fIsTailPrefix,
CorInfoTailCall
tailCallResult, byte* reason)