Home
last modified time | relevance | path

Searched defs:minCapacity (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_lightweightset.cpp276 int32_t minCapacity = value->GetInt(); in IncreaseCapacityTo() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp291 int32_t minCapacity) in IncreaseCapacityTo()
Djs_api_vector.cpp347 …PIVector::GrowCapacity(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t minCapacity) in GrowCapacity()