Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dproperty-details.h278 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>; variable
423 STATIC_ASSERT(DictionaryStorageField::kLastUsedBit < 31);
428 STATIC_ASSERT(DictionaryStorageField::kLastUsedBit == 30);
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc8743 SmiShl(enum_index, PropertyDetails::DictionaryStorageField::kShift); in InsertEntry()
8790 SmiConstant(PropertyDetails::DictionaryStorageField::kMax); in Add()