Searched refs:capture_location (Results 1 – 3 of 3) sorted by relevance
159 MemOperand capture_location(int register_index, Register scratch);
284 __ Ldp(w11, capture_start_offset, capture_location(start_reg, x10)); in CheckNotBackReferenceIgnoreCase()445 __ Ldp(w11, w10, capture_location(start_reg, x10)); in CheckNotBackReference()1575 MemOperand RegExpMacroAssemblerARM64::capture_location(int register_index, in capture_location() function in v8::internal::RegExpMacroAssemblerARM64
1349 def __init__(self, capture_location): argument1350 self.capture_location = capture_location1354 with open(self.capture_location) as tmp_file: