Home
last modified time | relevance | path

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

/external/v8/src/
Druntime-profiler.cc134 state_counts_[IN_NON_JS_STATE] = kStateWindowSize; in RuntimeProfiler()
135 state_counts_[IN_JS_STATE] = 0; in RuntimeProfiler()
346 state_counts_[old_state]--; in UpdateStateRatio()
348 state_counts_[current_state]++; in UpdateStateRatio()
356 NoBarrier_Store(&js_ratio_, state_counts_[IN_JS_STATE] * 100 / in UpdateStateRatio()
Druntime-profiler.h144 int state_counts_[2]; variable