Home | History | Annotate | Download | only in mips

Lines Matching refs:not_smis

1688   Label not_smis, both_loaded_as_doubles;
1720 __ JumpIfNotSmi(t2, &not_smis, t0);
1782 __ bind(&not_smis);
2752 Label not_smis;
2761 __ JumpIfNotSmi(scratch1, &not_smis);
2771 __ bind(&not_smis);
2776 Label not_smis, call_runtime;