Home
last modified time | relevance | path

Searched refs:IsOneByteRepresentation (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/extensions/
Dexternalize-string-extension.cc81 if (string->IsOneByteRepresentation() && !force_two_byte) { in Externalize()
121 Utils::OpenHandle(*args[0].As<v8::String>())->IsOneByteRepresentation(); in IsOneByte()
/external/v8/src/
Dregexp-macro-assembler.cc49 if (subject->IsOneByteRepresentation()) { in StringCharacterPosition()
105 bool is_one_byte = subject_ptr->IsOneByteRepresentation(); in Match()
Dlog-utils.cc180 Append(str->IsOneByteRepresentation() ? 'a' : '2'); in AppendDetailed()
Dfactory.cc492 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()
Dobjects-inl.h239 String::cast(this)->IsOneByteRepresentation(); in IsSeqOneByteString()
259 String::cast(this)->IsOneByteRepresentation(); in IsExternalOneByteString()
337 bool String::IsOneByteRepresentation() const { in IsOneByteRepresentation() function
360 return GetUnderlying()->IsOneByteRepresentation(); in IsOneByteRepresentationUnderneath()
384 IsOneByteRepresentation(); in HasOnlyOneByteChars()
3392 return this->IsOneByteRepresentation() in Set()
5606 if (src_str->IsOneByteRepresentation()) { in BOOL_ACCESSORS()
Druntime.cc3292 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()
Dbootstrapper.cc1432 DCHECK(source->IsOneByteRepresentation()); in CompileScriptCached()
Dobjects.h8688 inline bool IsOneByteRepresentation() const;
Dobjects.cc968 if (cons->IsOneByteRepresentation()) { in SlowFlatten()
1008 bool is_one_byte = this->IsOneByteRepresentation(); in MakeExternal()
Dapi.cc4900 str->IsOneByteRepresentation() ? ONE_BYTE_ENCODING : TWO_BYTE_ENCODING; in VerifyExternalStringResourceBase()
/external/v8/src/heap/
Dheap-inl.h62 return str->IsOneByteRepresentation(); in IsOneByte()
/external/v8/src/ia32/
Dregexp-macro-assembler-ia32.cc1133 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
/external/v8/src/mips/
Dregexp-macro-assembler-mips.cc1160 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
/external/v8/src/x87/
Dregexp-macro-assembler-x87.cc1132 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
/external/v8/src/x64/
Dregexp-macro-assembler-x64.cc1239 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
/external/v8/src/mips64/
Dregexp-macro-assembler-mips64.cc1206 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
/external/v8/src/arm/
Dregexp-macro-assembler-arm.cc1101 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
/external/v8/src/arm64/
Dregexp-macro-assembler-arm64.cc1349 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) { in CheckStackGuardState()
/external/v8/test/cctest/
Dtest-api.cc15174 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()