Home
last modified time | relevance | path

Searched refs:capture_location (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm64/
Dregexp-macro-assembler-arm64.h158 MemOperand capture_location(int register_index, Register scratch);
Dregexp-macro-assembler-arm64.cc300 __ 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