Home
last modified time | relevance | path

Searched refs:ComputeGrowCapacity (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.h89 static inline uint32_t ComputeGrowCapacity(uint32_t old_capacity) in ComputeGrowCapacity() function in panda::ecmascript::LayoutInfo
H A Dobject_factory.cpp3055 mode == GrowMode::GROW ? static_cast<int>(LayoutInfo::ComputeGrowCapacity(properties)) : properties; in CreateLayoutInfo()
3065 uint32_t arrayLength = LayoutInfo::ComputeArrayLength(LayoutInfo::ComputeGrowCapacity(properties)); in ExtendLayoutInfo()

Completed in 10 milliseconds