HomeSort by relevance Sort by last modified time
    Searched refs:active_samplers_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
sampler.cc 449 ASSERT(!instance_->active_samplers_.Contains(sampler));
451 instance_->active_samplers_.Add(sampler);
462 bool removed = instance_->active_samplers_.RemoveElement(sampler);
468 if (instance_->active_samplers_.is_empty()) {
484 if (active_samplers_.is_empty()) break;
487 for (int i = 0; i < active_samplers_.length(); ++i) {
488 Sampler* sampler = active_samplers_.at(i);
504 List<Sampler*> active_samplers_; member in class:v8::internal::SamplerThread
  /external/v8/src/
log.h 454 return active_samplers_ != NULL && !active_samplers_->is_empty();
457 static List<Sampler*>* active_samplers_; member in class:v8::internal::SamplerRegistry
log.cc 1735 List<Sampler*>* SamplerRegistry::active_samplers_ = NULL; member in class:v8::internal::SamplerRegistry
    [all...]

Completed in 150 milliseconds