Searched refs:VectorToArrayIndex (Results 1 – 2 of 2) sorted by relevance
25 uint32_t length = VectorToArrayIndex(capacity); in Create()61 …ggedArray> newVec = factory->CopyArray(JSHandle<TaggedArray>(old), VectorToArrayIndex(oldCapacity), in Grow()62 VectorToArrayIndex(newCapacity)); in Grow()126 uint32_t oldLength = VectorToArrayIndex(capacity); in Copy()130 uint32_t newLength = VectorToArrayIndex(capacity); in Copy()
74 return TaggedArray::Get(VectorToArrayIndex(index)); in Get()80 TaggedArray::Set(thread, VectorToArrayIndex(index), value); in Set()96 inline static constexpr uint32_t VectorToArrayIndex(uint32_t index) in VectorToArrayIndex() function