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

  /external/v8/src/
field-index.h 113 (kDescriptorIndexBitCount + 1 + kPointerSizeLog2);
121 : public BitField64<int, EncodingBits::kNext, kDescriptorIndexBitCount> {
property-details.h 200 static const int kDescriptorIndexBitCount = 10;
205 static const int kMaxNumberOfDescriptors = (1 << kDescriptorIndexBitCount) - 4;
207 (1 << kDescriptorIndexBitCount) - 1;
361 kDescriptorIndexBitCount> {}; // NOLINT
363 kDescriptorIndexBitCount> {
  /external/v8/src/ic/
handler-configuration.h 70 kDescriptorIndexBitCount> {};
82 kDescriptorIndexBitCount + 1> {};
228 kDescriptorIndexBitCount> {};
245 kDescriptorIndexBitCount + 1> {};
  /external/v8/src/heap/
object-stats.cc 82 unsigned embedded_fields_count_ : kDescriptorIndexBitCount;
83 unsigned unboxed_double_fields_count_ : kDescriptorIndexBitCount;
    [all...]
  /external/v8/src/objects/
map.h 267 V(EnumLengthBits, int, kDescriptorIndexBitCount, _) \
268 V(NumberOfOwnDescriptorsBits, int, kDescriptorIndexBitCount, _) \
    [all...]

Completed in 167 milliseconds