Home
last modified time | relevance | path

Searched refs:sampler_window_position_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Druntime-profiler.cc97 sampler_window_position_(0) { in RuntimeProfiler()
227 sampler_window_[sampler_window_position_] = function; in AddSample()
228 sampler_window_weight_[sampler_window_position_] = weight; in AddSample()
229 sampler_window_position_ = (sampler_window_position_ + 1) & in AddSample()
Druntime-profiler.h128 int sampler_window_position_; variable