Home
last modified time | relevance | path

Searched refs:ComputeArrayLength (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp92 …uint32_t arrayLength = TSObjLayoutInfo::ComputeArrayLength(TSObjLayoutInfo::ComputeGrowCapacity(ol… in ExtendTSObjLayoutInfo()
Dts_obj_layout_info.h98 static inline uint32_t ComputeArrayLength(const uint32_t numOfProperties) in ComputeArrayLength() function
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.h69 static inline uint32_t ComputeArrayLength(uint32_t properties_number) in ComputeArrayLength() function
Dobject_factory.cpp2429 uint32_t arrayLength = LayoutInfo::ComputeArrayLength(growLength); in CreateLayoutInfo()
2438 …uint32_t arrayLength = LayoutInfo::ComputeArrayLength(LayoutInfo::ComputeGrowCapacity(properties)); in ExtendLayoutInfo()
3244 uint32_t arrayLength = TSObjLayoutInfo::ComputeArrayLength(propNum); in CreateTSObjLayoutInfo()