Home | History | Annotate | Download | only in src

Lines Matching defs:kArrayIndexValueBits

8056   static const int kArrayIndexValueBits = 24;
8058 kBitsPerInt - kArrayIndexValueBits - kNofHashBitFields;
8063 kArrayIndexValueBits + kNofHashBitFields;
8068 ((1 << kArrayIndexValueBits) - 1) << kHashShift;