Home
last modified time | relevance | path

Searched refs:kMaxUtf16CodeUnit (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dostreams.cc145 if (c <= String::kMaxUtf16CodeUnit) { in PrintUC32()
/third_party/node/deps/v8/src/objects/
Dstring.h478 static const int kMaxUtf16CodeUnit = 0xffff; variable
479 static const uint32_t kMaxUtf16CodeUnitU = kMaxUtf16CodeUnit;
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc26 constexpr int kMaxUtf16CodeUnit = 0xffff; variable
418 CharacterRange::List(zone, CharacterRange::Range(0, kMaxUtf16CodeUnit)); in UnanchoredAdvance()
1254 if (from > kMaxUtf16CodeUnit) continue; in RationalizeConsecutiveAtoms()
1297 if (bottom > kMaxUtf16CodeUnit) continue; in RationalizeConsecutiveAtoms()
Dregexp-compiler.cc745 if (chars[i] > String::kMaxUtf16CodeUnit) return false; in ContainsOnlyUtf16CodeUnits()
1111 DCHECK_LE(min_char, String::kMaxUtf16CodeUnit); in GenerateBranches()
1112 DCHECK_LE(max_char, String::kMaxUtf16CodeUnit); in GenerateBranches()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc795 Signed(Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit))); in TF_BUILTIN()
815 code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit)); in TF_BUILTIN()
861 Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit)); in TF_BUILTIN()
/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc505 DCHECK_GT(String::kMaxUtf16CodeUnit, minus); in CheckNotCharacterAfterMinusAnd()
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc447 DCHECK_GT(String::kMaxUtf16CodeUnit, minus); in CheckNotCharacterAfterMinusAnd()
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc479 DCHECK_GT(String::kMaxUtf16CodeUnit, minus); in CheckNotCharacterAfterMinusAnd()
/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc491 DCHECK_GT(String::kMaxUtf16CodeUnit, minus); in CheckNotCharacterAfterMinusAnd()
/third_party/node/deps/v8/src/regexp/loong64/
Dregexp-macro-assembler-loong64.cc431 DCHECK_GT(String::kMaxUtf16CodeUnit, minus); in CheckNotCharacterAfterMinusAnd()
/third_party/node/deps/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc457 DCHECK_GT(String::kMaxUtf16CodeUnit, minus); in CheckNotCharacterAfterMinusAnd()
/third_party/node/deps/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc469 DCHECK_GT(String::kMaxUtf16CodeUnit, minus); in CheckNotCharacterAfterMinusAnd()
/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc491 DCHECK_GT(String::kMaxUtf16CodeUnit, minus); in CheckNotCharacterAfterMinusAnd()
/third_party/node/deps/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc489 DCHECK_GT(String::kMaxUtf16CodeUnit, minus); in CheckNotCharacterAfterMinusAnd()
/third_party/node/deps/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc565 DCHECK_GT(String::kMaxUtf16CodeUnit, minus); in CheckNotCharacterAfterMinusAnd()