Home | History | Annotate | Download | only in runtime

Lines Matching defs:overflows

624       bool overflows = ToUpperOverflows(current);
644 overflows |= ToUpperOverflows(current);
660 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length)