Searched refs:ArrayIndexValueBits (Results 1 – 7 of 7) sorted by relevance
119 using ArrayIndexValueBits = variable
619 return Smi::FromInt(String::ArrayIndexValueBits::decode(hash_field)).ptr(); in TryStringToIndexOrLookupExisting()653 !String::ArrayIndexValueBits::is_valid(ResultSentinel::kUnsupported)); in TryStringToIndexOrLookupExisting()655 !String::ArrayIndexValueBits::is_valid(ResultSentinel::kNotFound)); in TryStringToIndexOrLookupExisting()
887 *index = ArrayIndexValueBits::decode(field); in AsArrayIndex()899 *index = ArrayIndexValueBits::decode(field); in AsIntegerIndex()
1421 *index = ArrayIndexValueBits::decode(field); in SlowAsArrayIndex()1436 *index = ArrayIndexValueBits::decode(field); in SlowAsIntegerIndex()
4676 value <<= String::ArrayIndexValueBits::kShift; in MakeArrayIndexHash()
88 *index = Name::ArrayIndexValueBits::decode(hash_field_); in AsArrayIndex()
6680 SmiTag(Signed(DecodeWordFromWord32<String::ArrayIndexValueBits>(hash))); in StringToNumber()7472 Signed(DecodeWordFromWord32<String::ArrayIndexValueBits>(hash)); in TryToName()