Home | History | Annotate | Download | only in src

Lines Matching defs:profiler_

621         profiler_(nullptr),
630 DCHECK(profiler_ == nullptr);
631 profiler_ = profiler;
638 profiler_ = nullptr;
645 if (!profiler_) return;
649 profiler_->Insert(&sample);
653 Profiler* profiler_;
735 profiler_(NULL),
1383 if (profiler_ != NULL) {
1384 profiler_->pause();
1769 profiler_ = new Profiler(isolate);
1771 profiler_->Engage();
1826 if (profiler_ != NULL) {
1827 profiler_->Disengage();
1828 delete profiler_;
1829 profiler_ = NULL;