Home | History | Annotate | Download | only in runtime

Lines Matching refs:kValueMask

390   static constexpr int32_t kValueMask = (1 << kValueBits) - 1;
412 | (value & kValueMask) << kValueOffset;
424 return (location >> kValueOffset) & kValueMask;