Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.h52 interceptor_state_(InterceptorState::kUninitialized), in configuration_()
76 interceptor_state_(InterceptorState::kUninitialized), in configuration_()
99 interceptor_state_(InterceptorState::kUninitialized), in configuration_()
120 interceptor_state_(InterceptorState::kUninitialized), in configuration_()
329 InterceptorState interceptor_state_; variable
Dlookup.cc65 if (interceptor_state_ == InterceptorState::kSkipNonMasking) { in Next()
85 interceptor_state_ = interceptor_state; in RestartInternal()
142 interceptor_state_ = InterceptorState::kUninitialized; in ReloadPropertyInformation()
576 switch (interceptor_state_) { in SkipInterceptor()
578 interceptor_state_ = InterceptorState::kSkipNonMasking; in SkipInterceptor()
586 return interceptor_state_ == InterceptorState::kProcessNonMasking; in SkipInterceptor()
614 if (interceptor_state_ == InterceptorState::kProcessNonMasking) { in LookupInHolder()