Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dhandler-configuration.h70 kDescriptorIndexBitCount> {};
82 kDescriptorIndexBitCount + 1> {};
228 kDescriptorIndexBitCount> {};
245 kDescriptorIndexBitCount + 1> {};
/external/v8/src/
Dproperty-details.h200 static const int kDescriptorIndexBitCount = 10; variable
205 static const int kMaxNumberOfDescriptors = (1 << kDescriptorIndexBitCount) - 4;
207 (1 << kDescriptorIndexBitCount) - 1;
361 kDescriptorIndexBitCount> {}; // NOLINT
363 kDescriptorIndexBitCount> {
Dfield-index.h113 (kDescriptorIndexBitCount + 1 + kPointerSizeLog2);
121 : public BitField64<int, EncodingBits::kNext, kDescriptorIndexBitCount> {
/external/v8/src/objects/
Dmap.h267 V(EnumLengthBits, int, kDescriptorIndexBitCount, _) \
268 V(NumberOfOwnDescriptorsBits, int, kDescriptorIndexBitCount, _) \
/external/v8/src/heap/
Dobject-stats.cc82 unsigned embedded_fields_count_ : kDescriptorIndexBitCount;
83 unsigned unboxed_double_fields_count_ : kDescriptorIndexBitCount;