HomeSort by relevance Sort by last modified time
    Searched refs:InterceptorState (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
lookup.h 47 interceptor_state_(InterceptorState::kUninitialized),
67 interceptor_state_(InterceptorState::kUninitialized),
86 interceptor_state_(InterceptorState::kUninitialized),
102 interceptor_state_(InterceptorState::kUninitialized),
145 InterceptorState state = InterceptorState::kUninitialized;
277 enum class InterceptorState {
303 RestartInternal<is_element>(InterceptorState::kProcessNonMasking);
306 void RestartInternal(InterceptorState interceptor_state);
356 InterceptorState interceptor_state_
    [all...]
lookup.cc 92 if (interceptor_state_ == InterceptorState::kSkipNonMasking) {
109 void LookupIterator::RestartInternal(InterceptorState interceptor_state) {
116 template void LookupIterator::RestartInternal<true>(InterceptorState);
117 template void LookupIterator::RestartInternal<false>(InterceptorState);
156 interceptor_state_ = InterceptorState::kUninitialized;
627 case InterceptorState::kUninitialized:
628 interceptor_state_ = InterceptorState::kSkipNonMasking;
630 case InterceptorState::kSkipNonMasking:
632 case InterceptorState::kProcessNonMasking:
636 return interceptor_state_ == InterceptorState::kProcessNonMasking
    [all...]

Completed in 76 milliseconds