3 references to InlineTreeNode
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
313
public delegate* unmanaged<IntPtr, IntPtr*,
InlineTreeNode
*, uint, RichOffsetMapping*, uint, void> reportRichMappings;
1963
private static void _reportRichMappings(IntPtr thisHandle, IntPtr* ppException,
InlineTreeNode
* inlineTreeNodes, uint numInlineTreeNodes, RichOffsetMapping* mappings, uint numMappings)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
3410
private void reportRichMappings(
InlineTreeNode
* inlineTree, uint numInlineTree, RichOffsetMapping* mappings, uint numMappings)