Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.h51 exotic_index_state_(ExoticIndexState::kUninitialized), in configuration_()
75 exotic_index_state_(ExoticIndexState::kUninitialized), in configuration_()
98 exotic_index_state_(ExoticIndexState::kUninitialized), in configuration_()
119 exotic_index_state_(ExoticIndexState::kUninitialized), in configuration_()
328 ExoticIndexState exotic_index_state_; variable
Dlookup.cc537 DCHECK(exotic_index_state_ != ExoticIndexState::kNotExotic); in IsIntegerIndexedExotic()
538 if (exotic_index_state_ == ExoticIndexState::kExotic) return true; in IsIntegerIndexedExotic()
540 exotic_index_state_ = ExoticIndexState::kNotExotic; in IsIntegerIndexedExotic()
543 DCHECK(exotic_index_state_ == ExoticIndexState::kUninitialized); in IsIntegerIndexedExotic()
554 exotic_index_state_ = in IsIntegerIndexedExotic()
629 if (exotic_index_state_ != ExoticIndexState::kNotExotic && in LookupInHolder()