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