Home | History | Annotate | Download | only in x64

Lines Matching refs:slow

3262   Label slow, allocated, done;
3288 __ AllocateHeapNumber(tmp, tmp2, &slow);
3291 // Slow case: Call the runtime system to do the number allocation.
3292 __ bind(&slow);
4525 Label done, slow;
4547 __ AllocateHeapNumber(reg, tmp, &slow);
4551 // Slow case: Call the runtime system to do the number allocation.
4552 __ bind(&slow);