Searched refs:DictionaryStorageField (Results 1 – 2 of 2) sorted by relevance
278 DictionaryStorageField::encode(dictionary_index) |289 DictionaryStorageField::encode(dictionary_index) |331 details.value_ = DictionaryStorageField::update(details.value_, index); in set_index()373 return DictionaryStorageField::decode(value_); in dictionary_index()385 return DictionaryStorageField::is_valid(index); in IsValidIndex()412 using DictionaryStorageField = PropertyCellTypeField::Next<uint32_t, 23>; variable423 STATIC_ASSERT(DictionaryStorageField::kLastUsedBit < 31);428 STATIC_ASSERT(DictionaryStorageField::kLastUsedBit == 30);
8743 SmiShl(enum_index, PropertyDetails::DictionaryStorageField::kShift); in InsertEntry()8790 SmiConstant(PropertyDetails::DictionaryStorageField::kMax); in Add()