Searched refs:kFixedSlotIndexWidth (Results 1 – 2 of 2) sorted by relevance
176 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize; variable177 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;178 static const int kMinFixedSlotIndex = -(1 << (kFixedSlotIndexWidth - 1));
204 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize; variable205 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;206 static const int kMinFixedSlotIndex = -(1 << (kFixedSlotIndexWidth - 1));