Searched refs:capture_location (Results 1 – 2 of 2) sorted by relevance
158 MemOperand capture_location(int register_index, Register scratch);
300 __ Ldp(w11, capture_start_offset, capture_location(start_reg, x10)); in CheckNotBackReferenceIgnoreCase()429 __ Ldp(w11, w10, capture_location(start_reg, x10)); in CheckNotBackReference()1631 MemOperand RegExpMacroAssemblerARM64::capture_location(int register_index, in capture_location() function in v8::internal::RegExpMacroAssemblerARM64