Lines Matching refs:InterceptorState
130 interceptor_state_(InterceptorState::kUninitialized), in LookupIterator()
186 if (interceptor_state_ == InterceptorState::kSkipNonMasking) { in NextInternal()
203 void LookupIterator::RestartInternal(InterceptorState interceptor_state) { in RestartInternal()
210 template void LookupIterator::RestartInternal<true>(InterceptorState);
211 template void LookupIterator::RestartInternal<false>(InterceptorState);
250 interceptor_state_ = InterceptorState::kUninitialized; in ReloadPropertyInformation()
1006 case InterceptorState::kUninitialized: in SkipInterceptor()
1007 interceptor_state_ = InterceptorState::kSkipNonMasking; in SkipInterceptor()
1009 case InterceptorState::kSkipNonMasking: in SkipInterceptor()
1011 case InterceptorState::kProcessNonMasking: in SkipInterceptor()
1015 return interceptor_state_ == InterceptorState::kProcessNonMasking; in SkipInterceptor()
1100 if (interceptor_state_ == InterceptorState::kProcessNonMasking) { in LookupInRegularHolder()