Home
last modified time | relevance | path

Searched refs:fixedIdx (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info-inl.h62 uint32_t fixedIdx = GetKeyIndex(index);
63 TaggedArray::Set(thread, fixedIdx, key);
64 TaggedArray::Set(thread, fixedIdx + ATTR_INDEX_OFFSET, attr.GetNormalTagged());
69 uint32_t fixedIdx = GetAttrIndex(index);
70 PropertyAttributes oldAttr(TaggedArray::Get(fixedIdx));
72 TaggedArray::Set(thread, fixedIdx, oldAttr.GetTaggedValue());
77 uint32_t fixedIdx = GetKeyIndex(index);
78 return TaggedArray::Get(fixedIdx);
83 uint32_t fixedIdx = GetAttrIndex(index);
84 return PropertyAttributes(TaggedArray::Get(fixedIdx));
193 uint32_t fixedIdx = GetAttrIndex(index); SetIsNotHole() local
201 uint32_t fixedIdx = GetAttrIndex(index); UpdateTrackTypeAttr() local
210 uint32_t fixedIdx = GetAttrIndex(index); SetIsPGODumped() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h3782 GateRef fixedIdx = GetAttrIndex(index); in GetAttr() local
3783 return GetInt64OfTInt(GetValueFromTaggedArray(layoutInfo, fixedIdx)); in GetAttr()
3788 GateRef fixedIdx = GetKeyIndex(index); in GetKey() local
3789 return GetValueFromTaggedArray(layoutInfo, fixedIdx); in GetKey()
3859 GateRef fixedIdx = GetSortedIndex(layoutInfo, index); in GetSortedKey() local
3860 return GetKey(layoutInfo, fixedIdx); in GetSortedKey()

Completed in 10 milliseconds