Searched refs:kValueBits (Results 1 – 1 of 1) sorted by relevance
304 DCHECK_LT(location.GetValue(), 1 << kValueBits); in ComputeCompressedKind()310 DCHECK_LT(location.GetValue(), 1 << kValueBits); in ComputeCompressedKind()379 static constexpr size_t kValueBits = 5; variable382 static constexpr int32_t kValueMask = (1 << kValueBits) - 1;396 return IsUint<kValueBits>(value); in IsShortValue()