Home | History | Annotate | Download | only in mips64

Lines Matching refs:slow

3410     Label allocated, slow;
3412 __ AllocateHeapNumber(tmp1, tmp2, tmp3, tmp4, &slow);
3415 // Slow case: Call the runtime system to do the number allocation.
3416 __ bind(&slow);
4594 Label done, slow;
4619 __ AllocateHeapNumber(dst, tmp1, tmp2, tmp3, &slow);
4623 // Slow case: Call the runtime system to do the number allocation.
4624 __ bind(&slow);