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

  /external/chromium_org/v8/src/
property-details.h 201 static const int kDescriptorIndexBitCount = 10;
205 (1 << kDescriptorIndexBitCount) - 2;
207 (1 << kDescriptorIndexBitCount) - 1;
302 kDescriptorIndexBitCount> {}; // NOLINT
304 10 + kDescriptorIndexBitCount,
305 kDescriptorIndexBitCount> {}; // NOLINT
307 STATIC_ASSERT(10 + kDescriptorIndexBitCount + kDescriptorIndexBitCount <= 31);
objects.h     [all...]

Completed in 26 milliseconds