Home | History | Annotate | Download | only in cctest

Lines Matching refs:positive

67 using i::positive;
530 cond = masm->CheckNonNegativeSmi(rcx); // Negative smis are not positive.
536 cond = masm->CheckNonNegativeSmi(rcx); // Most negative smi is not positive.
547 cond = masm->CheckNonNegativeSmi(rcx); // Most positive smi is positive.
552 cond = masm->CheckNonNegativeSmi(rcx); // "Positive" non-smi.