Home | History | Annotate | Download | only in src

Lines Matching full:shift_amount

380     const int shift_amount = kPointerSizeLog2 + 1 - String::kHashShift;
382 reinterpret_cast<Address>(table) + (offset << shift_amount));