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

  /external/chromium_org/v8/src/
property-details.h 180 static const int kDescriptorIndexBitCount = 10;
184 (1 << kDescriptorIndexBitCount) - 2;
186 (1 << kDescriptorIndexBitCount) - 1;
281 kDescriptorIndexBitCount> {}; // NOLINT
283 10 + kDescriptorIndexBitCount,
284 kDescriptorIndexBitCount> {}; // NOLINT
286 STATIC_ASSERT(10 + kDescriptorIndexBitCount + kDescriptorIndexBitCount <= 31);
field-index.h 101 static const int kIndexBitsSize = kDescriptorIndexBitCount + 1;
107 kDescriptorIndexBitCount> {};
objects.h     [all...]

Completed in 1008 milliseconds