Lines Matching refs:stats_
971 for (index = 0; index < stats_.size(); index++) {
972 if (stats_[index].pid == request->pid) {
985 stats_.emplace_back(stats);
987 stats_[index].requestTime = request->requestTime;
988 stats_[index].dumpCatcherFinishTime = request->dumpCatcherFinishTime;
989 stats_[index].callerElfName = GetElfName(request);
990 stats_[index].callerProcessName = request->callerProcess;
991 stats_[index].result = request->result;
992 stats_[index].summary = request->summary;
993 ReportDumpStats(stats_[index]);
994 stats_.erase(stats_.begin() + index);
1013 for (auto it = stats_.begin(); it != stats_.end();) {
1016 it = stats_.erase(it);