Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dhandler-configuration.h71 LookupOnLookupStartObjectBits::Next<unsigned, kDescriptorIndexBitCount>;
82 IsDoubleBits::Next<unsigned, kDescriptorIndexBitCount + 1>;
234 LookupOnLookupStartObjectBits::Next<unsigned, kDescriptorIndexBitCount>;
249 RepresentationBits::Next<unsigned, kDescriptorIndexBitCount + 1>;
/external/v8/src/objects/
Dproperty-details.h185 static const int kDescriptorIndexBitCount = 10; variable
190 static const int kMaxNumberOfDescriptors = (1 << kDescriptorIndexBitCount) - 4;
192 (1 << kDescriptorIndexBitCount) - 1;
343 RepresentationField::Next<uint32_t, kDescriptorIndexBitCount>;
345 DescriptorPointer::Next<uint32_t, kDescriptorIndexBitCount>;
Dfield-index.h110 (kDescriptorIndexBitCount + 1 + kTaggedSizeLog2);
118 EncodingBits::Next<int, kDescriptorIndexBitCount>;
Dmap.h289 STATIC_ASSERT(Bits3::EnumLengthBits::kSize == kDescriptorIndexBitCount);
291 kDescriptorIndexBitCount);
/external/v8/src/heap/
Dobject-stats.cc125 unsigned embedded_fields_count_ : kDescriptorIndexBitCount;
126 unsigned smi_fields_count_ : kDescriptorIndexBitCount;
127 unsigned unboxed_double_fields_count_ : kDescriptorIndexBitCount;