Lines Matching defs:instance_
1120 if (instance_ == NULL) {
1123 instance_ = new SignalSender(sampler->interval());
1124 instance_->Start();
1126 ASSERT(instance_->interval_ == sampler->interval());
1134 RuntimeProfiler::StopRuntimeProfilerThreadBeforeShutdown(instance_);
1135 delete instance_;
1136 instance_ = NULL;
1235 static SignalSender* instance_;
1245 SignalSender* SignalSender::instance_ = NULL;