Home | History | Annotate | Download | only in x64

Lines Matching refs:overflow

921   // We don't allow a GC during a store buffer overflow so there is no need to
1446 // If we overflow by subtracting one, it's the minimal smi value.
1448 return overflow;
1670 // Bailout if overflow without reserving src.
1671 j(overflow, bailout_label, near_jump);
1681 j(overflow, bailout_label, near_jump);
1699 // differs on the overflow bit, which we don't check here.
1736 // Bailout if overflow without reserving src.
1737 j(overflow, bailout_label, near_jump);
1750 j(overflow, bailout_label, near_jump);
1755 j(overflow, bailout_label, near_jump);
1801 masm->j(overflow, on_not_smi_result, near_jump);
1831 // No overflow checking. Use only when it's known that
1865 masm->j(overflow, on_not_smi_result, near_jump);
1897 // No overflow checking. Use only when it's known that
1935 j(overflow, &failure, Label::kNear);
1959 j(overflow, on_not_smi_result, near_jump);
1996 // overflow in idiv and raise an exception.
2060 // Test for the edge case of dividing Smi::kMinValue by -1 (will overflow).
3452 j(overflow, &conv_failure, Label::kNear);
5181 // shl. May overflow making the check conservative.