Home | History | Annotate | Download | only in x64

Lines Matching refs:NegateCondition

1347     Condition not_smi = NegateCondition(masm->CheckSmi(rbx));
1382 Condition not_smi = NegateCondition(masm->CheckSmi(rbx));
1416 Condition not_smi = NegateCondition(masm->CheckSmi(rbx));
1522 __ j(NegateCondition(is_string), &convert_argument);