Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.h83 static inline uint32_t ComputeArrayLength(uint32_t properties_number) in ComputeArrayLength() function
Dshared_object_factory.cpp401 uint32_t arrayLength = LayoutInfo::ComputeArrayLength(properties); in CreateSLayoutInfo()
Dobject_factory.cpp3073 uint32_t arrayLength = LayoutInfo::ComputeArrayLength(growLength); in CreateLayoutInfo()
3082 …uint32_t arrayLength = LayoutInfo::ComputeArrayLength(LayoutInfo::ComputeGrowCapacity(properties)); in ExtendLayoutInfo()