Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.h89 static inline uint32_t ComputeGrowCapacity(uint32_t old_capacity) in ComputeGrowCapacity() argument
91 uint32_t new_capacity = old_capacity + MIN_PROPERTIES_LENGTH; in ComputeGrowCapacity()

Completed in 1 milliseconds