Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.cc1447 char_mask = String::kMaxUtf16CodeUnit; in ShortCutEmitCharacterPair()
1549 max_char = String::kMaxUtf16CodeUnit; in EmitCharClass()
1645 if (to != String::kMaxUtf16CodeUnit) { in EmitCharClass()
1838 char_mask = String::kMaxUtf16CodeUnit; in Rationalize()
1890 char_mask = String::kMaxUtf16CodeUnit; in EmitQuickCheck()
1942 char_mask = String::kMaxUtf16CodeUnit; in GetQuickCheckDetails()
4082 ASSERT(elmv[elmc-1] != String::kMaxUtf16CodeUnit); in AddClassNegated()
4090 ranges->Add(CharacterRange(last, String::kMaxUtf16CodeUnit)); in AddClassNegated()
4636 if (from < String::kMaxUtf16CodeUnit) { in Negate()
4637 negated_ranges->Add(CharacterRange(from + 1, String::kMaxUtf16CodeUnit)); in Negate()
[all …]
Dhydrogen-instructions.h4315 return new(zone) Range(0, String::kMaxUtf16CodeUnit);
Dobjects.h6980 static const int kMaxUtf16CodeUnit = 0xffff; variable
/external/v8/src/ia32/
Dregexp-macro-assembler-ia32.cc526 ASSERT(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()
/external/v8/src/x64/
Dregexp-macro-assembler-x64.cc567 ASSERT(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()
/external/v8/src/arm/
Dregexp-macro-assembler-arm.cc475 ASSERT(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()