Searched refs:both_smi (Results 1 – 1 of 1) sorted by relevance
1568 Condition both_smi = CheckBothSmi(src1, src2); in JumpIfNotBothSmi() local1569 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpIfNotBothSmi()1577 Condition both_smi = CheckBothNonNegativeSmi(src1, src2); in JumpUnlessBothNonNegativeSmi() local1578 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpUnlessBothNonNegativeSmi()