Lines Matching defs:overflow
1280 // We don't need to check for overflow when truncating with sdiv
1361 // Dividing by -1 is basically negation, unless we overflow.
1369 // If the negation could not overflow, simply shifting is OK.
1456 // We don't need to check for overflow when truncating with sdiv
1497 bool overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow);
1511 if (overflow) {
1563 if (overflow) {
3416 // will clear the V (overflow) flag and rsb won't set this flag
3419 // Deoptimize on overflow.
4503 // There was overflow, so bits 30 and 31 of the original integer
5406 // Perform stack overflow check.
5420 // Perform stack overflow check if this goto needs it before jumping.