Home
last modified time | relevance | path

Searched refs:IsInlinedPropsField (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h80 using IsInlinedPropsField = PropertyMetaDataField::NextFlag; // 5 variable
81 …using RepresentationField = IsInlinedPropsField::NextField<Representation, REPRESENTATION_NUM>; //…
205 IsInlinedPropsField::Set<uint32_t>(flag, &value_); in SetIsInlinedProps()
210 return IsInlinedPropsField::Get(value_); in IsInlinedProps()
Djs_object.h227 using IsInlinedPropsField = IsFoundField::NextFlag; variable
228 using RepresentationField = IsInlinedPropsField::NextField<Representation, 3>;
254 return IsInlinedPropsField::Get(metaData_); in GetIsInlinedProps()
259 IsInlinedPropsField::Set(flag, &metaData_); in SetIsInlinedProps()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1285 Int32(PropertyAttributes::IsInlinedPropsField::START_BIT)), in IsInlinedProperty()
1286 Int32((1LLU << PropertyAttributes::IsInlinedPropsField::SIZE) - 1)), in IsInlinedProperty()
2028 Int32((1LU << PropertyAttributes::IsInlinedPropsField::SIZE) - 1), in SetIsInlinePropsFieldInPropAttr()
2029 Int32(PropertyAttributes::IsInlinedPropsField::START_BIT)); in SetIsInlinePropsFieldInPropAttr()
2031 Int32LSL(value, Int32(PropertyAttributes::IsInlinedPropsField::START_BIT))); in SetIsInlinePropsFieldInPropAttr()