Searched refs:kDescriptorIndexBitCount (Results 1 – 5 of 5) sorted by relevance
70 kDescriptorIndexBitCount> {};82 kDescriptorIndexBitCount + 1> {};228 kDescriptorIndexBitCount> {};245 kDescriptorIndexBitCount + 1> {};
200 static const int kDescriptorIndexBitCount = 10; variable205 static const int kMaxNumberOfDescriptors = (1 << kDescriptorIndexBitCount) - 4;207 (1 << kDescriptorIndexBitCount) - 1;361 kDescriptorIndexBitCount> {}; // NOLINT363 kDescriptorIndexBitCount> {
113 (kDescriptorIndexBitCount + 1 + kPointerSizeLog2);121 : public BitField64<int, EncodingBits::kNext, kDescriptorIndexBitCount> {
267 V(EnumLengthBits, int, kDescriptorIndexBitCount, _) \268 V(NumberOfOwnDescriptorsBits, int, kDescriptorIndexBitCount, _) \
82 unsigned embedded_fields_count_ : kDescriptorIndexBitCount;83 unsigned unboxed_double_fields_count_ : kDescriptorIndexBitCount;