9 references to EightByte
ILCompiler.ReadyToRun (9)
parent\parent\Common\Pgo\PgoFormat.cs (9)
41BasicBlockLongCount = (DescriptorMin * 1) | EightByte, // basic block counter using unsigned 8 byte int 43HandleHistogramLongCount = (DescriptorMin * 2) | EightByte, // 8 byte counter that is part of a type histogram 49EdgeLongCount = (DescriptorMin * 6) | EightByte, // edge counter using unsigned 8 byte int 55ValueHistogramLongCount = (DescriptorMin * 8) | EightByte, 56ValueHistogram = (DescriptorMin * 9) | EightByte, 88((InstrumentationKind & PgoInstrumentationKind.MarshalMask) == PgoInstrumentationKind.EightByte))); 268case PgoInstrumentationKind.EightByte: 366case PgoInstrumentationKind.EightByte: 460case PgoInstrumentationKind.EightByte: