Searched refs:kDescriptorIndexBitCount (Results 1 – 5 of 5) sorted by relevance
71 LookupOnLookupStartObjectBits::Next<unsigned, kDescriptorIndexBitCount>;82 IsDoubleBits::Next<unsigned, kDescriptorIndexBitCount + 1>;234 LookupOnLookupStartObjectBits::Next<unsigned, kDescriptorIndexBitCount>;249 RepresentationBits::Next<unsigned, kDescriptorIndexBitCount + 1>;
185 static const int kDescriptorIndexBitCount = 10; variable190 static const int kMaxNumberOfDescriptors = (1 << kDescriptorIndexBitCount) - 4;192 (1 << kDescriptorIndexBitCount) - 1;343 RepresentationField::Next<uint32_t, kDescriptorIndexBitCount>;345 DescriptorPointer::Next<uint32_t, kDescriptorIndexBitCount>;
110 (kDescriptorIndexBitCount + 1 + kTaggedSizeLog2);118 EncodingBits::Next<int, kDescriptorIndexBitCount>;
289 STATIC_ASSERT(Bits3::EnumLengthBits::kSize == kDescriptorIndexBitCount);291 kDescriptorIndexBitCount);
125 unsigned embedded_fields_count_ : kDescriptorIndexBitCount;126 unsigned smi_fields_count_ : kDescriptorIndexBitCount;127 unsigned unboxed_double_fields_count_ : kDescriptorIndexBitCount;