Home | History | Annotate | Download | only in arm

Lines Matching refs:UC16

170 void RegExpMacroAssemblerARM::CheckCharacterGT(uc16 limit, Label* on_greater) {
194 void RegExpMacroAssemblerARM::CheckCharacterLT(uc16 limit, Label* on_less) {
290 DCHECK(mode_ == UC16);
390 DCHECK(mode_ == UC16);
446 uc16 c,
447 uc16 minus,
448 uc16 mask,
459 uc16 from,
460 uc16 to,
469 uc16 from,
470 uc16 to,
496 bool RegExpMacroAssemblerARM::CheckSpecialCharacterClass(uc16 type,
541 if (mode_ == UC16) {
605 // No custom implementation (yet): s(UC16), S(UC16).
686 __ sub(r0, r0, Operand(r1, LSL, (mode_ == UC16) ? 1 : 0));
742 if (mode_ == UC16) {
760 if (mode_ == UC16) {
809 Operand((mode_ == UC16) ? 2 : 1));
1227 DCHECK(mode_ == UC16);