Lines Matching refs:negative
5494 Assembler::positive /* negative = 0x8 */ ,
5495 Assembler::negative /* positive = 0x9 */ ,
7016 assert(number_of_arguments >= 0 , "cannot have negative number of arguments");
10618 negptr(cnt2); // Jumped here with negative cnt2, convert to positive
10634 jccb(Assembler::negative, RET_NOT_FOUND); // Left less then substring
10647 jccb(Assembler::negative, RET_NOT_FOUND); // Left less then substring
10698 addl(cnt1, cnt2); // cnt2 is negative
10715 jcc(Assembler::negative, SCAN_SUBSTR);
10884 jccb(Assembler::negative, RET_NOT_FOUND); // Left less then substring
10897 jccb(Assembler::negative, RET_NOT_FOUND); // Left less then substring
11134 // rax - negative string length (elements count)
11577 case Assembler::negative: return Assembler::positive;
11578 case Assembler::positive: return Assembler::negative;