Home | History | Annotate | Download | only in ppc

Lines Matching refs:slow

3489     Label allocated, slow;
3491 __ AllocateHeapNumber(tmp1, tmp2, tmp3, tmp4, &slow);
3494 // Slow case: Call the runtime system to do the number allocation.
3495 __ bind(&slow);
4708 Label done, slow;
4731 __ AllocateHeapNumber(dst, tmp1, tmp2, tmp3, &slow);
4735 // Slow case: Call the runtime system to do the number allocation.
4736 __ bind(&slow);