Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-macro-assembler.h183 inline bool global_unicode() { return global_mode_ == GLOBAL_UNICODE; } in global_unicode() function
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc856 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc816 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc853 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc888 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/x87/
Dregexp-macro-assembler-x87.cc838 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc839 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc812 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc857 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc1005 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()