Searched refs:OffsetField (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | property_attributes.h | 83 using OffsetField = RepresentationField::NextField<uint32_t, OFFSET_BITFIELD_NUM>; // 18 variable 84 using TrackTypeField = OffsetField::NextField<TrackType, TRACK_TYPE_NUM>; // 3: 3 bits 281 OffsetField::Set<uint32_t>(offset, &value_); in SetOffset() 285 return OffsetField::Get(value_); in GetOffset()
|
D | js_object.h | 229 …using OffsetField = RepresentationField::NextField<uint32_t, PropertyAttributes::OFFSET_BITFIELD_N… variable 274 OffsetField::Set<uint32_t>(offset, &metaData_); in SetOffset() 279 return OffsetField::Get(metaData_); in GetOffset()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 1467 Int32LSR(attr, Int32(PropertyAttributes::OffsetField::START_BIT)), in PropAttrGetOffset() 1468 Int32((1LLU << PropertyAttributes::OffsetField::SIZE) - 1)); in PropAttrGetOffset() 2010 Int32LSR(attr, Int32(PropertyAttributes::OffsetField::START_BIT)), in GetOffsetFieldInPropAttr() 2011 Int32((1LLU << PropertyAttributes::OffsetField::SIZE) - 1)); in GetOffsetFieldInPropAttr() 2018 Int32((1LLU << PropertyAttributes::OffsetField::SIZE) - 1), in SetOffsetFieldInPropAttr() 2019 Int32(PropertyAttributes::OffsetField::START_BIT)); in SetOffsetFieldInPropAttr() 2021 Int32LSL(value, Int32(PropertyAttributes::OffsetField::START_BIT))); in SetOffsetFieldInPropAttr()
|