Home
last modified time | relevance | path

Searched refs:CheckNotInSurrogatePair (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.h161 void CheckNotInSurrogatePair(int cp_offset, Label* on_failure);
H A Dregexp-macro-assembler.cc231 void RegExpMacroAssembler::CheckNotInSurrogatePair(int cp_offset, in CheckNotInSurrogatePair() function in v8::internal::RegExpMacroAssembler
H A Dregexp-compiler.cc3494 assembler->CheckNotInSurrogatePair(trace->cp_offset(), trace->backtrack()); in Emit()
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc1104 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc901 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc922 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc874 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc885 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc942 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc963 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc970 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc907 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc978 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()

Completed in 28 milliseconds