Home | History | Annotate | Download | only in mips

Lines Matching refs:slow

3226     Label allocated, slow;
3228 __ AllocateHeapNumber(tmp1, tmp2, tmp3, tmp4, &slow);
3231 // Slow case: Call the runtime system to do the number allocation.
3232 __ bind(&slow);
4390 Label done, slow;
4414 __ AllocateHeapNumber(dst, tmp1, tmp2, tmp3, &slow);
4418 // Slow case: Call the runtime system to do the number allocation.
4419 __ bind(&slow);