Home | History | Annotate | Download | only in arm64

Lines Matching full:uc16

206 void RegExpMacroAssemblerARM64::CheckCharacterGT(uc16 limit,
228 void RegExpMacroAssemblerARM64::CheckCharacterLT(uc16 limit, Label* on_less) {
233 void RegExpMacroAssemblerARM64::CheckCharacters(Vector<const uc16> str,
377 DCHECK(mode_ == UC16);
491 DCHECK(mode_ == UC16);
540 uc16 c,
541 uc16 minus,
542 uc16 mask,
552 uc16 from,
553 uc16 to,
562 uc16 from,
563 uc16 to,
586 bool RegExpMacroAssemblerARM64::CheckSpecialCharacterClass(uc16 type,
627 if (mode_ == UC16) {
644 if (mode_ == UC16) {
683 // No custom implementation (yet): s(UC16), S(UC16).
808 Operand(start_offset(), LSL, (mode_ == UC16) ? 1 : 0));
867 if (mode_ == UC16) {
884 if (mode_ == UC16) {
921 if (mode_ == UC16) {
952 if (mode_ == UC16) {
1004 Operand((mode_ == UC16) ? 2 : 1));
1649 DCHECK(mode_ == UC16);