Searched defs:minCapacity (Results 1 – 5 of 5) sorted by relevance
285 int32_t minCapacity = value->GetInt(); in IncreaseCapacityTo() local
292 int32_t minCapacity) in IncreaseCapacityTo()
347 …PIVector::GrowCapacity(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t minCapacity) in GrowCapacity()
1778 int32_t minCapacity = index + 1; in GrowUnsharedConstpoolArray() local1783 void EcmaVM::ResizeUnsharedConstpoolArray(int32_t oldCapacity, int32_t minCapacity) in ResizeUnsharedConstpoolArray()
388 GateRef minCapacity = Int32(LinkedHashTableType::MIN_CAPACITY); in Clear() local