Home
last modified time | relevance | path

Searched refs:ArrayIndexValueBits (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dname.h141 using ArrayIndexValueBits = variable
144 ArrayIndexValueBits::Next<unsigned int, kArrayIndexLengthBits>;
Dstring-table.cc661 return Smi::FromInt(String::ArrayIndexValueBits::decode(raw_hash_field)) in TryStringToIndexOrLookupExisting()
707 !String::ArrayIndexValueBits::is_valid(ResultSentinel::kUnsupported)); in TryStringToIndexOrLookupExisting()
709 !String::ArrayIndexValueBits::is_valid(ResultSentinel::kNotFound)); in TryStringToIndexOrLookupExisting()
Dstring-inl.h1408 *index = ArrayIndexValueBits::decode(field); in AsArrayIndex()
1420 *index = ArrayIndexValueBits::decode(field); in AsIntegerIndex()
Dstring.cc1680 *index = ArrayIndexValueBits::decode(field); in SlowAsArrayIndex()
1695 *index = ArrayIndexValueBits::decode(field); in SlowAsIntegerIndex()
Dobjects.cc4768 value <<= String::ArrayIndexValueBits::kShift; in MakeArrayIndexHash()
/third_party/node/deps/v8/src/ast/
Dast-value-factory.cc89 *index = Name::ArrayIndexValueBits::decode(raw_hash_field_); in AsArrayIndex()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc7275 DecodeWordFromWord32<String::ArrayIndexValueBits>(raw_hash_field))); in StringToNumber()
8109 DecodeWordFromWord32<String::ArrayIndexValueBits>(raw_hash_field)); in TryToName()