7 references to CORINFO_TYPE_LAYOUT_NODE
ILCompiler.RyuJit (7)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
264
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_CLASS_STRUCT_*,
CORINFO_TYPE_LAYOUT_NODE
*, nuint*, GetTypeLayoutResult> getTypeLayout;
1237
private static GetTypeLayoutResult _getTypeLayout(IntPtr thisHandle, IntPtr* ppException, CORINFO_CLASS_STRUCT_* typeHnd,
CORINFO_TYPE_LAYOUT_NODE
* treeNodes, nuint* numTreeNodes)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
2643
private GetTypeLayoutResult GetTypeLayoutHelper(MetadataType type, uint parentIndex, uint baseOffs, FieldDesc field,
CORINFO_TYPE_LAYOUT_NODE
* treeNodes, nuint maxTreeNodes, nuint* numTreeNodes)
2651
CORINFO_TYPE_LAYOUT_NODE
* parNode = &treeNodes[structNodeIndex];
2738
CORINFO_TYPE_LAYOUT_NODE
* treeNode = &treeNodes[(*numTreeNodes)++];
2783
CORINFO_TYPE_LAYOUT_NODE
* treeNode = &treeNodes[(*numTreeNodes)++];
2799
private GetTypeLayoutResult getTypeLayout(CORINFO_CLASS_STRUCT_* typeHnd,
CORINFO_TYPE_LAYOUT_NODE
* treeNodes, nuint* numTreeNodes)