Searched refs:IsTwoByteRepresentation (Results 1 – 5 of 5) sorted by relevance
107 } else if (src_str->IsTwoByteRepresentation()) { in HasValidSource()
174 inline bool IsTwoByteRepresentation() const;
137 bool String::IsTwoByteRepresentation() const { in IsTwoByteRepresentation() function
260 String::cast(this)->IsTwoByteRepresentation(); in IsSeqTwoByteString()277 String::cast(this)->IsTwoByteRepresentation(); in IsExternalTwoByteString()
2687 if (this->IsTwoByteRepresentation()) { in MakeExternal()12353 int length_multiplier = IsTwoByteRepresentation() ? i::kShortSize : kCharSize; in ExternalPayloadSize()