[jit] Implement RuntimeHelpers.IsReferenceOrContainsReferences intrinsic. Fixes ...
[mono.git] / mono / mini / mini.h
index a9c6f3209b467576ddbf6540a121086a603b4030..e7fc859c250c3b22c299c1d6b94ace2ec2e3bb92 100644 (file)
@@ -1277,6 +1277,8 @@ typedef enum {
         * which implements the method.
         */
        MONO_RGCTX_INFO_VIRT_METHOD_BOX_TYPE,
+       /* Resolve to 2 (TRUE) or 1 (FALSE) */
+       MONO_RGCTX_INFO_CLASS_IS_REF_OR_CONTAINS_REFS
 } MonoRgctxInfoType;
 
 typedef struct _MonoRuntimeGenericContextInfoTemplate {