Searched refs:RepresentationField (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | property_attributes.h | 81 …using RepresentationField = IsInlinedPropsField::NextField<Representation, REPRESENTATION_NUM>; //… variable 83 using OffsetField = RepresentationField::NextField<uint32_t, OFFSET_BITFIELD_NUM>; // 18 92 …using PropertyBoxTypeField = RepresentationField::NextField<PropertyBoxType, 2>; // 2:… 252 RepresentationField::Set<uint32_t>(representation, &value_); in SetRepresentation() 257 return RepresentationField::Get(value_); in GetRepresentation()
|
D | js_object.h | 228 using RepresentationField = IsInlinedPropsField::NextField<Representation, 3>; variable 229 …using OffsetField = RepresentationField::NextField<uint32_t, PropertyAttributes::OFFSET_BITFIELD_N… 264 return RepresentationField::Get(metaData_); in GetRepresentation() 269 RepresentationField::Set<uint32_t>(representation, &metaData_); in SetRepresentation()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 2057 Int32LSR(attr, Int32(PropertyAttributes::RepresentationField::START_BIT)), in GetRepInPropAttr() 2058 Int32((1LLU << PropertyAttributes::RepresentationField::SIZE) - 1)); in GetRepInPropAttr() 2074 Int32((1LU << PropertyAttributes::RepresentationField::SIZE) - 1), in SetTaggedRepInPropAttr() 2075 Int32(PropertyAttributes::RepresentationField::START_BIT)); in SetTaggedRepInPropAttr() 2078 Int32LSL(targetType, Int32(PropertyAttributes::RepresentationField::START_BIT))); in SetTaggedRepInPropAttr()
|