Home
last modified time | relevance | path

Searched refs:kDescriptorIndexBitCount (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dproperty-details.h173 static const int kDescriptorIndexBitCount = 10; variable
177 (1 << kDescriptorIndexBitCount) - 2;
179 (1 << kDescriptorIndexBitCount) - 1;
274 : public BitField<uint32_t, 9, kDescriptorIndexBitCount> {}; // NOLINT
276 : public BitField<uint32_t, 9 + kDescriptorIndexBitCount,
277 kDescriptorIndexBitCount> {}; // NOLINT
279 STATIC_ASSERT(9 + kDescriptorIndexBitCount + kDescriptorIndexBitCount <= 31);
Dfield-index.h93 static const int kIndexBitsSize = kDescriptorIndexBitCount + 1;
101 : public BitField<int, IsDoubleBits::kNext, kDescriptorIndexBitCount> {};
Dobjects.h5632 0, kDescriptorIndexBitCount> {}; // NOLINT
5634 kDescriptorIndexBitCount, kDescriptorIndexBitCount> {}; // NOLINT
5635 STATIC_ASSERT(kDescriptorIndexBitCount + kDescriptorIndexBitCount == 20);