Home | History | Annotate | Download | only in mips

Lines Matching full:not_smi

3172   Label not_smi;
3173 __ JumpIfNotSmi(a0, &not_smi);
3176 __ bind(&not_smi);
3215 Label not_smi, positive_smi;
3216 __ JumpIfNotSmi(a0, &not_smi);
3223 __ bind(&not_smi);