Home | History | Annotate | Download | only in src

Lines Matching defs:kArrayIndexValueBits

7005   static const int kArrayIndexValueBits = 24;
7007 kBitsPerInt - kArrayIndexValueBits - kNofHashBitFields;
7013 kArrayIndexValueBits + kNofHashBitFields;
7018 ((1 << kArrayIndexValueBits) - 1) << kHashShift;