Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h103 …using IsInlinedPropsField = PropertyMetaDataField::NextFlag; //… variable
104 …using RepresentationField = IsInlinedPropsField::NextField<Representation, REPRESENTATION_NUM>; //…
247 IsInlinedPropsField::Set<uint32_t>(flag, &value_); in SetIsInlinedProps()
252 return IsInlinedPropsField::Get(value_); in IsInlinedProps()
Djs_object.h259 using IsInlinedPropsField = IsFoundField::NextFlag; variable
260 using RepresentationField = IsInlinedPropsField::NextField<Representation, 3>;
286 return IsInlinedPropsField::Get(metaData_); in GetIsInlinedProps()
291 IsInlinedPropsField::Set(flag, &metaData_); in SetIsInlinedProps()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1438 Int32(PropertyAttributes::IsInlinedPropsField::START_BIT)), in IsInlinedProperty()
1439 Int32((1LLU << PropertyAttributes::IsInlinedPropsField::SIZE) - 1)), in IsInlinedProperty()
2439 Int32((1LU << PropertyAttributes::IsInlinedPropsField::SIZE) - 1), in SetIsInlinePropsFieldInPropAttr()
2440 Int32(PropertyAttributes::IsInlinedPropsField::START_BIT)); in SetIsInlinePropsFieldInPropAttr()
2442 Int32LSL(value, Int32(PropertyAttributes::IsInlinedPropsField::START_BIT))); in SetIsInlinePropsFieldInPropAttr()