Home | History | Annotate | Download | only in x87

Lines Matching refs:slow

3344   Label slow, allocated, done;
3370 __ AllocateHeapNumber(tmp, tmp2, no_reg, &slow);
3373 // Slow case: Call the runtime system to do the number allocation.
3374 __ bind(&slow);
4578 Label done, slow;
4602 __ AllocateHeapNumber(reg, tmp, no_reg, &slow);
4606 // Slow case: Call the runtime system to do the number allocation.
4607 __ bind(&slow);
4828 // TODO(olivf) Converting a number on the fpu is actually quite slow. We
4829 // should first try a fast conversion and then bailout to this slow case.