Home
last modified time | relevance | path

Searched refs:UC16 (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc410 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
516 DCHECK(mode_ == UC16); in CheckNotBackReference()
647 // TODO(jgruber): No custom implementation (yet): s(UC16), S(UC16). in CheckSpecialCharacterClass()
685 if (mode_ == UC16) { in CheckSpecialCharacterClass()
702 if (mode_ == UC16) { in CheckSpecialCharacterClass()
909 Operand(start_offset(), LSL, (mode_ == UC16) ? 1 : 0)); in GetCode()
969 if (mode_ == UC16) { in GetCode()
986 if (mode_ == UC16) { in GetCode()
1021 if (mode_ == UC16) { in GetCode()
[all...]
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc314 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
421 DCHECK(mode_ == UC16); in CheckNotBackReference()
574 // TODO(jgruber): No custom implementation (yet): s(UC16), S(UC16). in CheckSpecialCharacterClass()
622 DCHECK_EQ(UC16, mode_); in CheckSpecialCharacterClass()
640 if (mode_ == UC16) { in CheckSpecialCharacterClass()
820 if (mode_ == UC16) { in GetCode()
881 if (mode_ == UC16) { in GetCode()
894 if (mode_ == UC16) { in GetCode()
937 if (mode_ == UC16) { in GetCode()
[all...]
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc334 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
429 DCHECK(mode_ == UC16); in CheckNotBackReference()
569 // TODO(jgruber): No custom implementation (yet): s(UC16), S(UC16). in CheckSpecialCharacterClass()
611 if (mode_ == UC16) { in CheckSpecialCharacterClass()
826 if (mode_ == UC16) { in GetCode()
888 if (mode_ == UC16) { in GetCode()
906 if (mode_ == UC16) { in GetCode()
962 Operand((mode_ == UC16) ? 2 : 1)); in GetCode()
1421 DCHECK(mode_ == UC16);
[all...]
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc325 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
418 DCHECK(mode_ == UC16); in CheckNotBackReference()
546 // TODO(jgruber): No custom implementation (yet): s(UC16), S(UC16). in CheckSpecialCharacterClass()
588 if (mode_ == UC16) { in CheckSpecialCharacterClass()
812 if (mode_ == UC16) { in GetCode()
874 if (mode_ == UC16) { in GetCode()
890 if (mode_ == UC16) { in GetCode()
911 if (mode_ == UC16) { in GetCode()
969 __ AddS64(current_input_offset(), Operand((mode_ == UC16) in GetCode()
[all...]
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc308 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
401 DCHECK(mode_ == UC16); in CheckNotBackReference()
536 // TODO(jgruber): No custom implementation (yet): s(UC16), S(UC16). in CheckSpecialCharacterClass()
578 if (mode_ == UC16) { in CheckSpecialCharacterClass()
774 __ sub(r0, r0, Operand(r1, LSL, (mode_ == UC16) ? 1 : 0)); in GetCode()
830 if (mode_ == UC16) { in GetCode()
848 if (mode_ == UC16) { in GetCode()
900 Operand((mode_ == UC16) ? 2 : 1)); in GetCode()
1326 DCHECK(mode_ == UC16);
[all...]
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc341 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
433 DCHECK(mode_ == UC16); in CheckNotBackReference()
552 // TODO(jgruber): No custom implementation (yet): s(UC16), S(UC16). in CheckSpecialCharacterClass()
588 if (mode_ == UC16) { in CheckSpecialCharacterClass()
789 __ dsll(t1, a1, (mode_ == UC16) ? 1 : 0); in GetCode()
846 if (mode_ == UC16) { in GetCode()
864 if (mode_ == UC16) { in GetCode()
921 Operand((mode_ == UC16) ? 2 : 1)); in GetCode()
1386 DCHECK(mode_ == UC16); in LoadCurrentCharacterUnchecked()
[all...]
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc297 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
389 DCHECK(mode_ == UC16); in CheckNotBackReference()
503 // TODO(jgruber): No custom implementation (yet): s(UC16), S(UC16). in CheckSpecialCharacterClass()
539 if (mode_ == UC16) { in CheckSpecialCharacterClass()
741 __ slli_d(t1, a1, (mode_ == UC16) ? 1 : 0); in GetCode()
798 if (mode_ == UC16) { in GetCode()
816 if (mode_ == UC16) { in GetCode()
873 Operand((mode_ == UC16) ? 2 : 1)); in GetCode()
1313 DCHECK(mode_ == UC16); in LoadCurrentCharacterUnchecked()
[all...]
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc303 DCHECK_EQ(UC16, mode_); in CheckNotBackReferenceIgnoreCase()
401 DCHECK(mode_ == UC16); in CheckNotBackReference()
520 // TODO(jgruber): No custom implementation (yet): s(UC16), S(UC16). in CheckSpecialCharacterClass()
556 if (mode_ == UC16) { in CheckSpecialCharacterClass()
752 __ sll(t5, a1, (mode_ == UC16) ? 1 : 0); in GetCode()
810 if (mode_ == UC16) { in GetCode()
828 if (mode_ == UC16) { in GetCode()
884 Operand((mode_ == UC16) ? 2 : 1)); in GetCode()
1348 DCHECK_EQ(UC16, mode in LoadCurrentCharacterUnchecked()
[all...]
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc350 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
448 DCHECK(mode_ == UC16); in CheckNotBackReference()
565 if (mode_ == UC16) { in CheckSpecialCharacterClass()
625 // No custom implementation (yet): s(UC16), S(UC16). in CheckSpecialCharacterClass()
779 __ slli(t1, a1, (mode_ == UC16) ? 1 : 0); in GetCode()
836 if (mode_ == UC16) { in GetCode()
854 if (mode_ == UC16) { in GetCode()
906 Operand((mode_ == UC16) ? 2 : 1)); in GetCode()
1354 DCHECK(mode_ == UC16); in LoadCurrentCharacterUnchecked()
[all...]
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc22 * - rdx : Currently loaded character(s) as Latin1 or UC16. Must be loaded
327 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
443 DCHECK(mode_ == UC16); in CheckNotBackReference()
587 // TODO(jgruber): No custom implementation (yet): s(UC16), S(UC16). in CheckSpecialCharacterClass()
630 if (mode_ == UC16) { in CheckSpecialCharacterClass()
855 if (mode_ == UC16) { in GetCode()
918 if (mode_ == UC16) { in GetCode()
930 if (mode_ == UC16) { in GetCode()
973 if (mode_ == UC16) { in GetCode()
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.h271 enum Mode { LATIN1 = 1, UC16 = 2 }; enumerator
H A Dregexp.cc693 // UC16, but the characters are always the same). in IrregexpExecRaw()
915 : NativeRegExpMacroAssembler::UC16; in Compile()

Completed in 22 milliseconds