Searched refs:kFixedSlotIndexWidth (Results 1 – 1 of 1) sorted by relevance
177 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize; variable178 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;179 static const int kMinFixedSlotIndex = -(1 << (kFixedSlotIndexWidth - 1));