Lines Matching defs:base
231 void RegExpMacroAssemblerARM64::CheckCharacterGT(base::uc16 limit,
252 void RegExpMacroAssemblerARM64::CheckCharacterLT(base::uc16 limit,
258 base::Vector<const base::uc16> str, int cp_offset, Label* on_failure,
564 base::uc16 c, base::uc16 minus, base::uc16 mask, Label* on_not_equal) {
571 void RegExpMacroAssemblerARM64::CheckCharacterInRange(base::uc16 from,
572 base::uc16 to,
580 base::uc16 from, base::uc16 to, Label* on_not_in_range) {
845 // Store the regexp base pointer - we'll later restore it / write it to
1003 Register base = x10;
1007 __ Add(base, frame_pointer(), kFirstCaptureOnStack);
1015 MemOperand(base, -kSystemPointerSize, PostIndex));
1039 MemOperand(base, -kSystemPointerSize, PostIndex));
1047 MemOperand(base, -kSystemPointerSize, PostIndex));
1089 // stored base pointer).
1123 // stored base pointer).
1393 // We position the base pointer to (reg_from + 1).
1397 Register base = x10;
1398 __ Add(base, frame_pointer(), base_offset);
1404 MemOperand(base, -kSystemPointerSize, PostIndex));