8 references to FourByte
ILCompiler.ReadyToRun (8)
parent\parent\Common\Pgo\PgoFormat.cs (8)
40BasicBlockIntCount = (DescriptorMin * 1) | FourByte, // basic block counter using unsigned 4 byte int 42HandleHistogramIntCount = (DescriptorMin * 2) | FourByte | AlignPointer, // 4 byte counter that is part of a type histogram. Aligned to match ClassProfile32's alignment. 48EdgeIntCount = (DescriptorMin * 6) | FourByte, // edge counter using unsigned 4 byte int 54ValueHistogramIntCount = (DescriptorMin * 8) | FourByte | AlignPointer, 87(((InstrumentationKind & PgoInstrumentationKind.MarshalMask) == PgoInstrumentationKind.FourByte) || 260case PgoInstrumentationKind.FourByte: 359case PgoInstrumentationKind.FourByte: 445case PgoInstrumentationKind.FourByte: