Home | History | Annotate | Download | only in compiler

Lines Matching refs:kBinShift

1267   static_assert(kBinShift == 29, "wrong number of shift");
1275 : BinSlot(index | (static_cast<uint32_t>(bin) << kBinShift)) {
1280 return static_cast<Bin>((lockword_ & kBinMask) >> kBinShift);