Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.cc104 DCHECK(ranges[ranges_length - 1] == String::kMaxUtf16CodeUnit + 1); in AddRange()
1677 char_mask = String::kMaxUtf16CodeUnit; in ShortCutEmitCharacterPair()
2128 max_char = String::kMaxUtf16CodeUnit; in EmitCharClass()
2427 char_mask = String::kMaxUtf16CodeUnit; in Rationalize()
2486 char_mask = String::kMaxUtf16CodeUnit; in EmitQuickCheck()
2538 char_mask = String::kMaxUtf16CodeUnit; in GetQuickCheckDetails()
3436 max_char = String::kMaxUtf16CodeUnit; in GetSuccessorOfOmnivorousTextNode()
3640 max_char_ = String::kMaxUtf16CodeUnit; in BoyerMooreLookahead()
5221 DCHECK(elmv[elmc-1] != String::kMaxUtf16CodeUnit); in AddClassNegated()
5229 ranges->Add(CharacterRange(last, String::kMaxUtf16CodeUnit), zone); in AddClassNegated()
[all …]
Dhydrogen-instructions.h7345 return new(zone) Range(0, String::kMaxUtf16CodeUnit); in InferRange()
7640 return new(zone) Range(0, String::kMaxUtf16CodeUnit); in InferRange()
Dobjects.h8811 static const int kMaxUtf16CodeUnit = 0xffff; variable
8812 static const uint32_t kMaxUtf16CodeUnitU = kMaxUtf16CodeUnit;
/external/v8/src/ia32/
Dregexp-macro-assembler-ia32.cc442 DCHECK(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()
Dlithium-codegen-ia32.cc1877 DCHECK_LE(value, String::kMaxUtf16CodeUnit); in DoSeqStringSetChar()
/external/v8/src/mips/
Dregexp-macro-assembler-mips.cc418 DCHECK(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()
/external/v8/src/x87/
Dregexp-macro-assembler-x87.cc441 DCHECK(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()
Dlithium-codegen-x87.cc2145 DCHECK_LE(value, String::kMaxUtf16CodeUnit); in DoSeqStringSetChar()
/external/v8/src/x64/
Dregexp-macro-assembler-x64.cc468 DCHECK(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()
Dlithium-codegen-x64.cc1861 DCHECK_LE(value, String::kMaxUtf16CodeUnit); in DoSeqStringSetChar()
/external/v8/src/mips64/
Dregexp-macro-assembler-mips64.cc454 DCHECK(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()
/external/v8/src/arm/
Dregexp-macro-assembler-arm.cc414 DCHECK(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()
/external/v8/src/arm64/
Dregexp-macro-assembler-arm64.cc502 DCHECK(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()