Home | History | Annotate | Download | only in src

Lines Matching defs:overflow

1647   if (info.overflow()) return ConstantPoolEntry::OVERFLOWED;
1655 // Double overflow detection must take into account the reach for both types
1709 // overflow state.
1710 if (merged || info.overflow()) return access;
1752 const bool overflow = info.overflow();
1768 end = overflow ? info.overflow_start : static_cast<int>(entries.size());
1771 if (!overflow) return;
1821 if (info_[ConstantPoolEntry::DOUBLE].overflow()) {
1826 if (info_[ConstantPoolEntry::INTPTR].overflow()) {