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

/external/chromium_org/v8/src/
H A Druntime-profiler.h84 int sampler_window_position_; member in class:v8::internal::RuntimeProfiler
H A Druntime-profiler.cc102 sampler_window_position_(0),
220 sampler_window_[sampler_window_position_] = function;
221 sampler_window_weight_[sampler_window_position_] = weight;
222 sampler_window_position_ = (sampler_window_position_ + 1) &
/external/v8/src/
H A Druntime-profiler.cc97 sampler_window_position_(0) {
227 sampler_window_[sampler_window_position_] = function;
228 sampler_window_weight_[sampler_window_position_] = weight;
229 sampler_window_position_ = (sampler_window_position_ + 1) &
H A Druntime-profiler.h128 int sampler_window_position_; member in class:v8::internal::RuntimeProfiler

Completed in 48 milliseconds