15 references to DescriptorMin
ILCompiler.ReadyToRun (15)
parent\parent\Common\Pgo\PgoFormat.cs (15)
40BasicBlockIntCount = (DescriptorMin * 1) | FourByte, // basic block counter using unsigned 4 byte int 41BasicBlockLongCount = (DescriptorMin * 1) | EightByte, // basic block counter using unsigned 8 byte int 42HandleHistogramIntCount = (DescriptorMin * 2) | FourByte | AlignPointer, // 4 byte counter that is part of a type histogram. Aligned to match ClassProfile32's alignment. 43HandleHistogramLongCount = (DescriptorMin * 2) | EightByte, // 8 byte counter that is part of a type histogram 44HandleHistogramTypes = (DescriptorMin * 3) | TypeHandle, // TypeHandle that is part of a type histogram 45HandleHistogramMethods = (DescriptorMin * 3) | MethodHandle, // TypeHandle that is part of a type histogram 46Version = (DescriptorMin * 4) | None, // Version is encoded in the Other field of the schema 47NumRuns = (DescriptorMin * 5) | None, // Number of runs is encoded in the Other field of the schema 48EdgeIntCount = (DescriptorMin * 6) | FourByte, // edge counter using unsigned 4 byte int 49EdgeLongCount = (DescriptorMin * 6) | EightByte, // edge counter using unsigned 8 byte int 50GetLikelyClass = (DescriptorMin * 7) | TypeHandle, // Compressed get likely class data 51GetLikelyMethod = (DescriptorMin * 7) | MethodHandle, // Compressed get likely method data 54ValueHistogramIntCount = (DescriptorMin * 8) | FourByte | AlignPointer, 55ValueHistogramLongCount = (DescriptorMin * 8) | EightByte, 56ValueHistogram = (DescriptorMin * 9) | EightByte,