Searched refs:loop_increment (Results 1 – 3 of 3) sorted by relevance
239 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local262 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()273 __ j(below_equal, &loop_increment); // In range 'a'-'z'. in CheckNotBackReferenceIgnoreCase()280 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
220 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local237 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()259 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
483 const size_t loop_increment = sizeof(MachineWord) / sizeof(Char); in DoIsStringASCII() local486 characters += loop_increment; in DoIsStringASCII()