Home | History | Annotate | Download | only in mips64

Lines Matching full:not_smi

3204   Label not_smi;
3205 __ JumpIfNotSmi(a0, &not_smi);
3208 __ bind(&not_smi);
3247 Label not_smi, positive_smi;
3248 __ JumpIfNotSmi(a0, &not_smi);
3255 __ bind(&not_smi);