Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_lightweightset.cpp285 int32_t minCapacity = value->GetInt(); in IncreaseCapacityTo() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_lightweightset.cpp298 << ". Received value is: " << minCapacity; in IncreaseCapacityTo() local
290 IncreaseCapacityTo(JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj, int32_t minCapacity) IncreaseCapacityTo() argument
H A Djs_api_vector.cpp347 void JSAPIVector::GrowCapacity(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t minCapacity) in GrowCapacity() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp382 GateRef minCapacity = Int32(LinkedHashTableType::MIN_CAPACITY); in Clear() local

Completed in 5 milliseconds