Home | History | Annotate | Download | only in src

Lines Matching defs:overflow

131   bool overflow_;  // Tell whether a buffer overflow has occurred.
325 bool overflow = Remove(&sample);
327 LOG(isolate_, TickEvent(&sample, overflow));
328 overflow = Remove(&sample);
1244 void Logger::TickEvent(TickSample* sample, bool overflow) {
1259 if (overflow) {
1260 msg.Append(",overflow");