Searched refs:IsOneByteRepresentation (Results 1 – 19 of 19) sorted by relevance
81 if (string->IsOneByteRepresentation() && !force_two_byte) { in Externalize()121 Utils::OpenHandle(*args[0].As<v8::String>())->IsOneByteRepresentation(); in IsOneByte()
49 if (subject->IsOneByteRepresentation()) { in StringCharacterPosition()105 bool is_one_byte = subject_ptr->IsOneByteRepresentation(); in Match()
180 Append(str->IsOneByteRepresentation() ? 'a' : '2'); in AppendDetailed()
492 bool left_is_one_byte = left->IsOneByteRepresentation(); in NewConsString()493 bool right_is_one_byte = right->IsOneByteRepresentation(); in NewConsString()582 if (str->IsOneByteRepresentation()) { in NewProperSubString()608 Handle<Map> map = str->IsOneByteRepresentation() in NewProperSubString()
239 String::cast(this)->IsOneByteRepresentation(); in IsSeqOneByteString()259 String::cast(this)->IsOneByteRepresentation(); in IsExternalOneByteString()337 bool String::IsOneByteRepresentation() const { in IsOneByteRepresentation() function360 return GetUnderlying()->IsOneByteRepresentation(); in IsOneByteRepresentationUnderneath()384 IsOneByteRepresentation(); in HasOnlyOneByteChars()3392 return this->IsOneByteRepresentation() in Set()5606 if (src_str->IsOneByteRepresentation()) { in BOOL_ACCESSORS()
3292 is_one_byte_(subject->IsOneByteRepresentation()) { in ReplacementStringBuilder()3332 if (!string->IsOneByteRepresentation()) { in AddString()4017 if (subject->IsOneByteRepresentation()) { in StringReplaceGlobalRegExpWithEmptyString()6693 if (s->IsOneByteRepresentation()) { in ConvertCase()6704 if (s->IsOneByteRepresentation() && length > 0) { in ConvertCase()6902 if (s->IsFlat() && s->IsOneByteRepresentation()) { in RUNTIME_FUNCTION()7371 DCHECK(!answer->IsOneByteRepresentation()); in RUNTIME_FUNCTION()7432 bool is_one_byte = separator->IsOneByteRepresentation(); in RUNTIME_FUNCTION()7449 if (is_one_byte && !string->IsOneByteRepresentation()) { in RUNTIME_FUNCTION()
1432 DCHECK(source->IsOneByteRepresentation()); in CompileScriptCached()
8688 inline bool IsOneByteRepresentation() const;
968 if (cons->IsOneByteRepresentation()) { in SlowFlatten()1008 bool is_one_byte = this->IsOneByteRepresentation(); in MakeExternal()
4900 str->IsOneByteRepresentation() ? ONE_BYTE_ENCODING : TWO_BYTE_ENCODING; in VerifyExternalStringResourceBase()
62 return str->IsOneByteRepresentation(); in IsOneByte()
1133 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
1160 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
1132 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
1239 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
1206 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
1101 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
1349 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
15174 if (string->IsOneByteRepresentation()) { in MorphAString()19097 CHECK(string->IsOneByteRepresentation()); in THREADED_TEST()19101 CHECK(string->IsOneByteRepresentation()); in THREADED_TEST()19102 CHECK(flat_string->IsOneByteRepresentation()); in THREADED_TEST()19122 CHECK(string->IsOneByteRepresentation()); in THREADED_TEST()