Home | History | Annotate | Download | only in src

Lines Matching defs:profiler_

667       profiler_(NULL) {}
672 if (profiler_) profiler_->Insert(sample);
676 DCHECK(profiler_ == NULL);
677 profiler_ = profiler;
683 profiler_ = NULL;
689 Profiler* profiler_;
768 profiler_(NULL),
1546 if (profiler_ != NULL) {
1547 profiler_->pause();
1866 profiler_ = new Profiler(isolate);
1868 profiler_->Engage();
1907 if (profiler_ != NULL) {
1908 profiler_->Disengage();
1909 delete profiler_;
1910 profiler_ = NULL;