Lines Matching refs:curIndex
4406 uint32_t curIndex = first;
4410 while (curIndex != last) {
4411 JSTaggedValue value = old->Get(curIndex);
4414 curIndex = (curIndex + 1) % oldCapacity;
4444 uint32_t curIndex = front;
4448 while (curIndex != tail) {
4449 JSTaggedValue value = old->Get(curIndex);
4452 curIndex = (curIndex + 1) % oldCapacity;