Home | History | Annotate | Download | only in x64

Lines Matching refs:NegateCondition

1259   j(NegateCondition(is_valid), on_invalid, near_jump);
1267 j(NegateCondition(is_valid), on_invalid, near_jump);
1283 j(NegateCondition(smi), on_not_smi, near_jump);
1291 j(NegateCondition(non_negative_smi), on_not_smi_or_negative, near_jump);
1309 j(NegateCondition(both_smi), on_not_both_smi, near_jump);
1318 j(NegateCondition(both_smi), on_not_both_smi, near_jump);
2029 Condition not_both_smis = NegateCondition(CheckBothSmi(src1, src2));
2847 Assert(NegateCondition(is_smi), "Operand is a smi");