Lines Matching refs:profiler_
947 DCHECK_NULL(profiler_);
948 profiler_ = profiler;
954 profiler_ = nullptr;
960 if (!profiler_) return;
969 profiler_->Insert(&sample);
973 Profiler* profiler_ = nullptr;
2044 profiler_ = std::make_unique<Profiler>(isolate);
2045 profiler_->Engage();
2085 if (profiler_ != nullptr) {
2086 profiler_->Disengage();
2087 profiler_.reset();