Home | History | Annotate | Download | only in mips

Lines Matching refs:slowcase

5259   Label slowcase;
5264 __ JumpIfNotSmi(a1, &slowcase);
5265 __ Branch(&slowcase, hi, a1, Operand(Smi::FromInt(kMaxInlineLength)));
5281 &slowcase,
5339 __ bind(&slowcase);