Searched refs:DoSample (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/profiler/ | ||
D | sampler.h | 93 void DoSample(); |
D | sampler.cc | 632 sampler->DoSample(); in Run() |
D | cpu-profiler.cc | 153 if (sampler_) sampler_->DoSample(); in Run() |