Home | History | Annotate | Download | only in src

Lines Matching refs:overflow

801   bool overflow_;  // Tell whether a buffer overflow has occurred.
911 bool overflow = Remove(&sample);
913 LOG(isolate_, TickEvent(&sample, overflow));
914 overflow = Remove(&sample);
1697 void Logger::TickEvent(TickSample* sample, bool overflow) {
1711 if (overflow) {
1712 msg.Append(",overflow");