Home | History | Annotate | Download | only in src

Lines Matching refs:instance_

1975     if (instance_ == NULL) {
1976 instance_ = new SamplerThread(sampler->interval());
1977 instance_->Start();
1979 ASSERT(instance_->interval_ == sampler->interval());
1987 RuntimeProfiler::StopRuntimeProfilerThreadBeforeShutdown(instance_);
1988 delete instance_;
1989 instance_ = NULL;
2071 static SamplerThread* instance_;
2079 SamplerThread* SamplerThread::instance_ = NULL;