Searched refs:SamplerState (Results 1 – 2 of 2) sorted by relevance
102 enum SamplerState { enum122 void UpdateStateRatio(SamplerState current_state);141 SamplerState state_window_[kStateWindowSize];
344 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()