Home | History | Annotate | Download | only in x87

Lines Matching full:not_smi

2745   Label not_smi;
2746 __ JumpIfNotSmi(eax, &not_smi, Label::kNear);
2748 __ bind(&not_smi);
2791 Label not_smi, positive_smi;
2792 __ JumpIfNotSmi(eax, &not_smi, Label::kNear);
2799 __ bind(&not_smi);