Lines Matching defs:overflow
25 if (info.overflow()) return ConstantPoolEntry::OVERFLOWED;
33 // Double overflow detection must take into account the reach for both types
88 // overflow state.
89 if (merged || info.overflow()) return access;
129 const bool overflow = info.overflow();
145 end = overflow ? info.overflow_start : static_cast<int>(entries.size());
148 if (!overflow) return;
197 if (info_[ConstantPoolEntry::DOUBLE].overflow()) {
202 if (info_[ConstantPoolEntry::INTPTR].overflow()) {