Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h93 …using DictionaryOrderField = PropertyBoxTypeField::NextField<uint32_t, DICTIONARY_ORDER_NUM>; // … variable
272 DictionaryOrderField::Set<uint32_t>(order, &value_); in SetDictionaryOrder()
276 return DictionaryOrderField::Get(value_); in GetDictionaryOrder()
329 return DictionaryOrderField::IsValid(index); in IsValidIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1475 Int32((1LLU << PropertyAttributes::DictionaryOrderField::SIZE) - 1), in SetDictionaryOrderFieldInPropAttr()
1476 Int32(PropertyAttributes::DictionaryOrderField::START_BIT)); in SetDictionaryOrderFieldInPropAttr()
1478 Int32LSL(value, Int32(PropertyAttributes::DictionaryOrderField::START_BIT))); in SetDictionaryOrderFieldInPropAttr()