Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dhandler-configuration.h88 LookupOnLookupStartObjectBits::Next<unsigned, kDescriptorIndexBitCount>;
104 IsDoubleBits::Next<unsigned, kDescriptorIndexBitCount + 1>;
280 LookupOnLookupStartObjectBits::Next<unsigned, kDescriptorIndexBitCount>;
295 RepresentationBits::Next<unsigned, kDescriptorIndexBitCount + 1>;
/third_party/node/deps/v8/src/objects/
Dproperty-details.h240 static const int kDescriptorIndexBitCount = 10; variable
245 static const int kMaxNumberOfDescriptors = (1 << kDescriptorIndexBitCount) - 4;
247 (1 << kDescriptorIndexBitCount) - 1;
418 RepresentationField::Next<uint32_t, kDescriptorIndexBitCount>;
420 DescriptorPointer::Next<uint32_t, kDescriptorIndexBitCount>;
Dfield-index.h112 (kDescriptorIndexBitCount + 1 + kTaggedSizeLog2);
120 EncodingBits::Next<int, kDescriptorIndexBitCount>;
Dmap.h303 STATIC_ASSERT(Bits3::EnumLengthBits::kSize == kDescriptorIndexBitCount);
305 kDescriptorIndexBitCount);
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc121 unsigned embedded_fields_count_ : kDescriptorIndexBitCount;
122 unsigned smi_fields_count_ : kDescriptorIndexBitCount;