Home | History | Annotate | Download | only in s390

Lines Matching refs:slow

3423     Label allocated, slow;
3425 __ AllocateHeapNumber(tmp1, tmp2, tmp3, tmp4, &slow);
3428 // Slow case: Call the runtime system to do the number allocation.
3429 __ bind(&slow);
4632 Label done, slow;
4655 __ AllocateHeapNumber(dst, tmp1, tmp2, tmp3, &slow);
4659 // Slow case: Call the runtime system to do the number allocation.
4660 __ bind(&slow);