Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h246 String::cast(this)->IsTwoByteRepresentation(); in IsSeqTwoByteString()
266 String::cast(this)->IsTwoByteRepresentation(); in IsExternalTwoByteString()
343 bool String::IsTwoByteRepresentation() const { in IsTwoByteRepresentation() function
376 return GetUnderlying()->IsTwoByteRepresentation(); in IsTwoByteRepresentationUnderneath()
5608 } else if (src_str->IsTwoByteRepresentation()) { in BOOL_ACCESSORS()
Dobjects.h8689 inline bool IsTwoByteRepresentation() const;
Dobjects.cc1059 if (this->IsTwoByteRepresentation()) { in MakeExternal()
/external/v8/test/cctest/
Dtest-api.cc19114 CHECK(flat_string->IsTwoByteRepresentation()); in THREADED_TEST()
19125 CHECK(cons->first()->IsTwoByteRepresentation()); in THREADED_TEST()