Home | History | Annotate | Download | only in arm64

Lines Matching refs:UC16

199 void RegExpMacroAssemblerARM64::CheckCharacterGT(uc16 limit,
221 void RegExpMacroAssemblerARM64::CheckCharacterLT(uc16 limit, Label* on_less) {
226 void RegExpMacroAssemblerARM64::CheckCharacters(Vector<const uc16> str,
370 DCHECK(mode_ == UC16);
484 DCHECK(mode_ == UC16);
533 uc16 c,
534 uc16 minus,
535 uc16 mask,
545 uc16 from,
546 uc16 to,
555 uc16 from,
556 uc16 to,
579 bool RegExpMacroAssemblerARM64::CheckSpecialCharacterClass(uc16 type,
620 if (mode_ == UC16) {
637 if (mode_ == UC16) {
676 // No custom implementation (yet): s(UC16), S(UC16).
799 Operand(start_offset(), LSL, (mode_ == UC16) ? 1 : 0));
858 if (mode_ == UC16) {
875 if (mode_ == UC16) {
912 if (mode_ == UC16) {
943 if (mode_ == UC16) {
995 Operand((mode_ == UC16) ? 2 : 1));
1632 DCHECK(mode_ == UC16);