5 references to SIGN_MASK_ONEBYTE_64BIT
ILCompiler.ReadyToRun (5)
parent\parent\Common\Pgo\PgoFormat.cs (5)
152signedInt |= SIGN_MASK_ONEBYTE_64BIT; 197if ((value & SIGN_MASK_ONEBYTE_64BIT) == 0 || (value & SIGN_MASK_ONEBYTE_64BIT) == SIGN_MASK_ONEBYTE_64BIT) 199yield return (byte)((byte)((value & ~SIGN_MASK_ONEBYTE_64BIT) << 1 | isSigned));