Home
last modified time | relevance | path

Searched refs:global_unicode (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/regexp/
Dregexp-macro-assembler.h212 inline bool global_unicode() { return global_mode_ == GLOBAL_UNICODE; } in global_unicode() function
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc894 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc834 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc856 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc881 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc869 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc885 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc833 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc1024 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()