Home
last modified time | relevance | path

Searched refs:loop_increment (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc269 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local
292 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()
303 __ j(below_equal, &loop_increment); // In range 'a'-'z'. in CheckNotBackReferenceIgnoreCase()
310 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc247 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local
264 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()
286 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
/third_party/gn/src/base/strings/
Dstring_util.cc423 const size_t loop_increment = sizeof(MachineWord) / sizeof(Char); in DoIsStringASCII() local
426 characters += loop_increment; in DoIsStringASCII()