Home | History | Annotate | Download | only in arm

Lines Matching full:uc16

197 void RegExpMacroAssemblerARM::CheckCharacterGT(uc16 limit, Label* on_greater) {
232 void RegExpMacroAssemblerARM::CheckCharacterLT(uc16 limit, Label* on_less) {
312 ASSERT(mode_ == UC16);
383 ASSERT(mode_ == UC16);
432 uc16 c,
433 uc16 minus,
434 uc16 mask,
445 uc16 from,
446 uc16 to,
455 uc16 from,
456 uc16 to,
482 bool RegExpMacroAssemblerARM::CheckSpecialCharacterClass(uc16 type,
527 if (mode_ == UC16) {
591 // No custom implementation (yet): s(UC16), S(UC16).
672 __ sub(r0, r0, Operand(r1, LSL, (mode_ == UC16) ? 1 : 0));
728 if (mode_ == UC16) {
746 if (mode_ == UC16) {
793 Operand((mode_ == UC16) ? 2 : 1));
1123 // If we changed between an ASCII and an UC16 string, the specialized
1283 ASSERT(mode_ == UC16);