Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_lightweightset.cpp285 int32_t minCapacity = value->GetInt(); in IncreaseCapacityTo() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp293 int32_t minCapacity) in IncreaseCapacityTo()
Djs_api_vector.cpp350 …PIVector::GrowCapacity(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t minCapacity) in GrowCapacity()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp382 GateRef minCapacity = Int32(LinkedHashTableType::MIN_CAPACITY); in Clear() local