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.h183 inline bool global_unicode() { return global_mode_ == GLOBAL_UNICODE; } in global_unicode() function
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc851 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc844 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc810 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc889 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc813 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc854 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc855 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc996 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()