HomeSort by relevance Sort by last modified time
    Searched refs:kDescriptorIndexBitCount (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
property-details.h 173 static const int kDescriptorIndexBitCount = 10;
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);
field-index.h 93 static const int kIndexBitsSize = kDescriptorIndexBitCount + 1;
101 : public BitField<int, IsDoubleBits::kNext, kDescriptorIndexBitCount> {};
objects.h     [all...]

Completed in 47 milliseconds