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

/external/v8/src/extensions/
H A Dexternalize-string-extension.cc81 if (string->IsOneByteRepresentation() && !force_two_byte) {
121 Utils::OpenHandle(*args[0].As<v8::String>())->IsOneByteRepresentation();
/external/v8/src/
H A Dregexp-macro-assembler.cc49 if (subject->IsOneByteRepresentation()) {
105 bool is_one_byte = subject_ptr->IsOneByteRepresentation();
H A Dlog-utils.cc180 Append(str->IsOneByteRepresentation() ? 'a' : '2');
H A Dfactory.cc492 bool left_is_one_byte = left->IsOneByteRepresentation();
493 bool right_is_one_byte = right->IsOneByteRepresentation();
582 if (str->IsOneByteRepresentation()) {
608 Handle<Map> map = str->IsOneByteRepresentation()
H A Dobjects-inl.h239 String::cast(this)->IsOneByteRepresentation();
259 String::cast(this)->IsOneByteRepresentation();
337 bool String::IsOneByteRepresentation() const { function in class:v8::internal::String
360 return GetUnderlying()->IsOneByteRepresentation();
384 IsOneByteRepresentation();
3392 return this->IsOneByteRepresentation()
5606 if (src_str->IsOneByteRepresentation()) {
H A Druntime.cc3292 is_one_byte_(subject->IsOneByteRepresentation()) {
3332 if (!string->IsOneByteRepresentation()) {
4017 if (subject->IsOneByteRepresentation()) {
6693 if (s->IsOneByteRepresentation()) {
6704 if (s->IsOneByteRepresentation() && length > 0) {
6902 if (s->IsFlat() && s->IsOneByteRepresentation()) {
7371 DCHECK(!answer->IsOneByteRepresentation());
7432 bool is_one_byte = separator->IsOneByteRepresentation();
7449 if (is_one_byte && !string->IsOneByteRepresentation()) {
H A Dbootstrapper.cc1432 DCHECK(source->IsOneByteRepresentation());
H A Dobjects.h8688 inline bool IsOneByteRepresentation() const;
H A Dapi.cc4900 str->IsOneByteRepresentation() ? ONE_BYTE_ENCODING : TWO_BYTE_ENCODING;
H A Dobjects.cc968 if (cons->IsOneByteRepresentation()) {
1008 bool is_one_byte = this->IsOneByteRepresentation();
/external/v8/src/heap/
H A Dheap-inl.h62 return str->IsOneByteRepresentation();
/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc1101 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) {
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc1133 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) {
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc1160 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) {
/external/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc1206 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) {
/external/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc1239 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) {
/external/v8/src/x87/
H A Dregexp-macro-assembler-x87.cc1132 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) {
/external/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc1349 if (subject_tmp->IsOneByteRepresentation() != is_one_byte) {
/external/v8/test/cctest/
H A Dtest-api.cc15174 if (string->IsOneByteRepresentation()) {
19097 CHECK(string->IsOneByteRepresentation());
19101 CHECK(string->IsOneByteRepresentation());
19102 CHECK(flat_string->IsOneByteRepresentation());
19122 CHECK(string->IsOneByteRepresentation());

Completed in 421 milliseconds