Home | History | Annotate | Download | only in src

Lines Matching refs:instance_

1125     if (instance_ == NULL) {
1128 instance_ = new SignalSender(sampler->interval());
1129 instance_->Start();
1131 ASSERT(instance_->interval_ == sampler->interval());
1139 RuntimeProfiler::StopRuntimeProfilerThreadBeforeShutdown(instance_);
1140 delete instance_;
1141 instance_ = NULL;
1240 static SignalSender* instance_;
1250 SignalSender* SignalSender::instance_ = NULL;