Searched refs:ComputeElementCapacity (Results 1 – 6 of 6) sorted by relevance
326 uint32_t ComputeElementCapacity(uint32_t oldCapacity);
372 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity() function
760 static uint32_t ComputeElementCapacity(uint32_t oldCapacity, bool isNew = false);
99 ComputeElementCapacity(capacity, isNew); in GrowElementsCapacity()
529 GateRef ComputeElementCapacity(GateRef oldLength);
627 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity() function in panda::ecmascript::kungfu::StubBuilder3089 GateRef newCapacity = ComputeElementCapacity(capacity); in GrowElementsCapacity()