Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dname.h119 using ArrayIndexValueBits = variable
Dstring-table.cc619 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()
Dstring-inl.h887 *index = ArrayIndexValueBits::decode(field); in AsArrayIndex()
899 *index = ArrayIndexValueBits::decode(field); in AsIntegerIndex()
Dstring.cc1421 *index = ArrayIndexValueBits::decode(field); in SlowAsArrayIndex()
1436 *index = ArrayIndexValueBits::decode(field); in SlowAsIntegerIndex()
Dobjects.cc4676 value <<= String::ArrayIndexValueBits::kShift; in MakeArrayIndexHash()
/external/v8/src/ast/
Dast-value-factory.cc88 *index = Name::ArrayIndexValueBits::decode(hash_field_); in AsArrayIndex()
/external/v8/src/codegen/
Dcode-stub-assembler.cc6680 SmiTag(Signed(DecodeWordFromWord32<String::ArrayIndexValueBits>(hash))); in StringToNumber()
7472 Signed(DecodeWordFromWord32<String::ArrayIndexValueBits>(hash)); in TryToName()