Searched refs:loop_increment (Results 1 – 3 of 3) sorted by relevance
269 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local292 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()303 __ j(below_equal, &loop_increment); // In range 'a'-'z'. in CheckNotBackReferenceIgnoreCase()310 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
247 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local264 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()286 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
423 const size_t loop_increment = sizeof(MachineWord) / sizeof(Char); in DoIsStringASCII() local426 characters += loop_increment; in DoIsStringASCII()