Home
last modified time | relevance | path

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

/external/v8/src/
Druntime-profiler.h102 enum SamplerState { enum
122 void UpdateStateRatio(SamplerState current_state);
141 SamplerState state_window_[kStateWindowSize];
Druntime-profiler.cc344 void RuntimeProfiler::UpdateStateRatio(SamplerState current_state) { in UpdateStateRatio()
345 SamplerState old_state = state_window_[state_window_position_]; in UpdateStateRatio()
365 SamplerState state = IsSomeIsolateInJS() in NotifyTick()