Searched refs:capture_start_address (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 316 Register capture_start_address = x12; in CheckNotBackReferenceIgnoreCase() local 320 __ Add(capture_start_address, in CheckNotBackReferenceIgnoreCase() 324 capture_start_address, in CheckNotBackReferenceIgnoreCase() 337 __ Ldrb(w10, MemOperand(capture_start_address, 1, PostIndex)); in CheckNotBackReferenceIgnoreCase() 357 __ Cmp(capture_start_address, capture_end_addresss); in CheckNotBackReferenceIgnoreCase() 435 Register capture_start_address = x12; in CheckNotBackReference() local 466 __ Add(capture_start_address, input_end(), Operand(w10, SXTW)); in CheckNotBackReference() 468 capture_start_address, in CheckNotBackReference() 482 __ Ldrb(w10, MemOperand(capture_start_address, 1, PostIndex)); in CheckNotBackReference() 486 __ Ldrh(w10, MemOperand(capture_start_address, 2, PostIndex)); in CheckNotBackReference() [all …]
|