Home | History | Annotate | Download | only in mips

Lines Matching full:slowcase

3334   Label slowcase;
3339 __ JumpIfNotSmi(a1, &slowcase);
3340 __ Branch(&slowcase, hi, a1, Operand(Smi::FromInt(kMaxInlineLength)));
3356 &slowcase,
3414 __ bind(&slowcase);