Home
last modified time | relevance | path

Searched refs:IsTwoByteRepresentation (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dscript-inl.h107 } else if (src_str->IsTwoByteRepresentation()) { in HasValidSource()
Dstring.h174 inline bool IsTwoByteRepresentation() const;
Dstring-inl.h137 bool String::IsTwoByteRepresentation() const { in IsTwoByteRepresentation() function
/external/v8/src/
Dobjects-inl.h260 String::cast(this)->IsTwoByteRepresentation(); in IsSeqTwoByteString()
277 String::cast(this)->IsTwoByteRepresentation(); in IsExternalTwoByteString()
Dobjects.cc2687 if (this->IsTwoByteRepresentation()) { in MakeExternal()
12353 int length_multiplier = IsTwoByteRepresentation() ? i::kShortSize : kCharSize; in ExternalPayloadSize()