Searched refs:ArrayIndexValueBits (Results 1 – 7 of 7) sorted by relevance
141 using ArrayIndexValueBits = variable144 ArrayIndexValueBits::Next<unsigned int, kArrayIndexLengthBits>;
661 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()
1408 *index = ArrayIndexValueBits::decode(field); in AsArrayIndex()1420 *index = ArrayIndexValueBits::decode(field); in AsIntegerIndex()
1680 *index = ArrayIndexValueBits::decode(field); in SlowAsArrayIndex()1695 *index = ArrayIndexValueBits::decode(field); in SlowAsIntegerIndex()
4768 value <<= String::ArrayIndexValueBits::kShift; in MakeArrayIndexHash()
89 *index = Name::ArrayIndexValueBits::decode(raw_hash_field_); in AsArrayIndex()
7275 DecodeWordFromWord32<String::ArrayIndexValueBits>(raw_hash_field))); in StringToNumber()8109 DecodeWordFromWord32<String::ArrayIndexValueBits>(raw_hash_field)); in TryToName()