Searched refs:capture_start_address (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 308 Register capture_start_address = x12; in CheckNotBackReferenceIgnoreCase() local 312 __ Add(capture_start_address, in CheckNotBackReferenceIgnoreCase() 316 capture_start_address, in CheckNotBackReferenceIgnoreCase() 329 __ Ldrb(w10, MemOperand(capture_start_address, 1, PostIndex)); in CheckNotBackReferenceIgnoreCase() 349 __ Cmp(capture_start_address, capture_end_addresss); in CheckNotBackReferenceIgnoreCase() 434 Register capture_start_address = x12; in CheckNotBackReference() local 465 __ Add(capture_start_address, input_end(), Operand(w10, SXTW)); in CheckNotBackReference() 467 capture_start_address, in CheckNotBackReference() 481 __ Ldrb(w10, MemOperand(capture_start_address, 1, PostIndex)); in CheckNotBackReference() 485 __ Ldrh(w10, MemOperand(capture_start_address, 2, PostIndex)); in CheckNotBackReference() [all …]
|