Searched refs:loop_increment (Results 1 – 5 of 5) sorted by relevance
210 const size_t loop_increment = sizeof(MachineWord) / sizeof(Char); in DoIsStringASCII() local213 characters += loop_increment; in DoIsStringASCII()
237 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local260 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()271 __ j(below_equal, &loop_increment); // In range 'a'-'z'. in CheckNotBackReferenceIgnoreCase()278 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
218 Label loop_increment; in CheckNotBackReferenceIgnoreCase() local235 __ j(equal, &loop_increment); in CheckNotBackReferenceIgnoreCase()257 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
484 const size_t loop_increment = sizeof(MachineWord) / sizeof(Char); in DoIsStringASCII() local487 characters += loop_increment; in DoIsStringASCII()