8 references to CorInfoGCType
ILCompiler.RyuJit (8)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (8)
2497
private int MarkGcField(byte* gcPtrs,
CorInfoGCType
gcType)
2501
if (*gcPtrs == (byte)
CorInfoGCType
.TYPE_GC_NONE)
2527
CorInfoGCType
gcType =
CorInfoGCType
.TYPE_GC_NONE;
2536
gcType =
CorInfoGCType
.TYPE_GC_OTHER;
2540
gcType =
CorInfoGCType
.TYPE_GC_REF;
2544
gcType =
CorInfoGCType
.TYPE_GC_BYREF;
2554
if (gcType ==
CorInfoGCType
.TYPE_GC_OTHER)