Lines Matching refs:overflow
1151 // Dividing by -1 is basically negation, unless we overflow.
1154 DeoptimizeIf(overflow, instr->environment());
1159 // If the negation could not overflow, simply shifting is OK.
1413 // If the multiplication is known to not overflow, we
1414 // can use operations that don't set the overflow flag
1462 DeoptimizeIf(overflow, instr->environment());
1657 DeoptimizeIf(overflow, instr->environment());
1700 DeoptimizeIf(overflow, instr->environment());
1931 DeoptimizeIf(overflow, instr->environment());
3698 DeoptimizeIf(overflow, instr->environment());
3703 DeoptimizeIf(overflow, instr->environment());
3726 // Overflow is signalled with minint.
3728 DeoptimizeIf(overflow, instr->environment());
3739 DeoptimizeIf(overflow, instr->environment());
3764 // Overflow is signalled with minint.
3766 __ RecordComment("D2I conversion overflow");
3767 DeoptimizeIf(overflow, instr->environment());
3781 // Catch minint due to overflow, and to prevent overflow when compensating.
3783 __ RecordComment("D2I conversion overflow");
3784 DeoptimizeIf(overflow, instr->environment());
3790 // No overflow because we already ruled out minint.
4658 __ j(overflow, deferred->entry());
4705 // There was overflow, so bits 30 and 31 of the original integer
4815 DeoptimizeIf(overflow, instr->environment());
5034 DeoptimizeIf(overflow, instr->environment());
5654 // Perform stack overflow check.
5667 // Perform stack overflow check if this goto needs it before jumping.