Home | History | Annotate | Download | only in ia32

Lines Matching full:not_smi

3035   Label not_smi;
3036 __ JumpIfNotSmi(eax, &not_smi, Label::kNear);
3038 __ bind(&not_smi);
3081 Label not_smi, positive_smi;
3082 __ JumpIfNotSmi(eax, &not_smi, Label::kNear);
3089 __ bind(&not_smi);