Home
last modified time | relevance | path

Searched refs:kArrayIndexValueBits (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dname.tq43 const kArrayIndexValueBits: constexpr int31
44 generates 'Name::kArrayIndexValueBits';
59 kNofHashBitFields + kArrayIndexValueBits;
78 dcheck(TenToThe(kMaxCachedArrayIndexLength) < (one << kArrayIndexValueBits));
Dname.h134 static const int kArrayIndexValueBits = 24; variable
136 kBitsPerInt - kArrayIndexValueBits - HashFieldTypeBits::kSize;
142 HashFieldTypeBits::Next<unsigned int, kArrayIndexValueBits>;
Dobjects.cc4766 (1 << String::kArrayIndexValueBits)); in MakeArrayIndexHash()