Lines Matching defs:resultLengthArray
1157 std::vector<uint64_t> resultLengthArray(resultArrayLength);
1293 // store position and length bits in resultLengthArray
1294 resultLengthArray[REPLACE_RESULT_VAL * i] = bits;
1302 // store length of replacement string in resultLengthArray
1303 resultLengthArray[REPLACE_RESULT_VAL * i + 1] = static_cast<uint64_t>(replacementLength);
1321 // store position and length bits in resultLengthArray
1322 resultLengthArray[REPLACE_RESULT_VAL * resultsIndex] = bits;
1327 CreateStringFromResultArray(thread, resultArray, resultLengthArray, srcString, resultStrLength, isUtf8);
2888 const JSHandle<TaggedArray> resultArray, const std::vector<uint64_t> &resultLengthArray,
2907 uint64_t bits = resultLengthArray[i];
2920 uint32_t replaceLength = static_cast<uint32_t>(resultLengthArray[i]);