Home | History | Annotate | Download | only in src

Lines Matching refs:runtime_profiler_

1439       runtime_profiler_(NULL),
1574 if (runtime_profiler_ != NULL) {
1575 runtime_profiler_->TearDown();
1576 delete runtime_profiler_;
1577 runtime_profiler_ = NULL;
1849 runtime_profiler_ = new RuntimeProfiler(this);
1850 runtime_profiler_->SetUp();