Searched refs:active_samplers_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/profiler/
H A Dsampler.cc591 DCHECK(!instance_->active_samplers_.Contains(sampler));
593 instance_->active_samplers_.Add(sampler);
604 bool removed = instance_->active_samplers_.RemoveElement(sampler);
610 if (instance_->active_samplers_.is_empty()) {
626 if (active_samplers_.is_empty()) break;
629 for (int i = 0; i < active_samplers_.length(); ++i) {
630 Sampler* sampler = active_samplers_.at(i);
645 List<Sampler*> active_samplers_; member in class:v8::internal::SamplerThread

Completed in 51 milliseconds