Home
last modified time | relevance | path

Searched refs:DoSample (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dsampler.h93 void DoSample();
Dsampler.cc632 sampler->DoSample(); in Run()
814 void Sampler::DoSample() { in DoSample() function in v8::internal::Sampler
821 void Sampler::DoSample() { in DoSample() function in v8::internal::Sampler
Dcpu-profiler.cc153 if (sampler_) sampler_->DoSample(); in Run()