9 references to CorInfoInline
ILCompiler.RyuJit (9)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2075
private void reportInliningDecision(CORINFO_METHOD_STRUCT_* inlinerHnd, CORINFO_METHOD_STRUCT_* inlineeHnd,
CorInfoInline
inlineResult, byte* reason)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (4)
215
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, CORINFO_METHOD_STRUCT_*,
CorInfoInline
> canInline;
217
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, CORINFO_METHOD_STRUCT_*,
CorInfoInline
, byte*, void> reportInliningDecision;
515
private static
CorInfoInline
_canInline(IntPtr thisHandle, IntPtr* ppException, CORINFO_METHOD_STRUCT_* callerHnd, CORINFO_METHOD_STRUCT_* calleeHnd)
544
private static void _reportInliningDecision(IntPtr thisHandle, IntPtr* ppException, CORINFO_METHOD_STRUCT_* inlinerHnd, CORINFO_METHOD_STRUCT_* inlineeHnd,
CorInfoInline
inlineResult, byte* reason)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1317
private
CorInfoInline
canInline(CORINFO_METHOD_STRUCT_* callerHnd, CORINFO_METHOD_STRUCT_* calleeHnd)
1334
return
CorInfoInline
.INLINE_FAIL;
1342
return
CorInfoInline
.INLINE_PASS;
1351
return
CorInfoInline
.INLINE_NEVER;